Skip to content

Commit

Permalink
Updates CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-goel committed Jan 17, 2022
1 parent 6529d2c commit 14c1725
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

jobs:
job1:
runs-on: ubuntu-16.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
Expand All @@ -37,6 +37,12 @@ jobs:
sudo apt-get update -q
sudo apt-get install yosys
if: endsWith(github.event.inputs.file, '.v')
- name: Build AVR and all dependencies
run: |
chmod +x "deps/build_deps.sh"
chmod +x "build.sh"
chmod +x "build/avr"
./build.sh
- name: Run file ${{ github.event.inputs.file }} with args ${{ github.event.inputs.args }}
run: |
ENVTIMEOUT=${{ github.event.inputs.timeout }} ./ci/deploy_bm.sh ${{ github.event.inputs.file }} ${{ github.event.inputs.name }} ${{ github.event.inputs.args }}
Expand Down

0 comments on commit 14c1725

Please sign in to comment.