Skip to content

[GOIL] Version 3.1.15 - Checks OIL_VERSION exists. Updated the cross … #43

[GOIL] Version 3.1.15 - Checks OIL_VERSION exists. Updated the cross …

[GOIL] Version 3.1.15 - Checks OIL_VERSION exists. Updated the cross … #43

Workflow file for this run

name: Build ViPER (Virtual Processor EmulatoR)
on: [push, pull_request]
jobs:
viper:
name: Build ViPER
runs-on: ubuntu-22.04
steps:
- name: Checkout sources
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Build
run: make
working-directory: viper