Commit 1b03f06c authored by Nicolas "Norswap" Laurent's avatar Nicolas "Norswap" Laurent Committed by norswap

make CI consistent with build system changes

parent cdef3bbd
...@@ -11,12 +11,11 @@ jobs: ...@@ -11,12 +11,11 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
submodules: true submodules: true
- name: Install Toolchain (Go, Node.js, Yarn and Make) - name: Install Toolchain (Go, Node.js and Make)
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm make sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm make
npm install --global yarn
- name: Build - name: Build
run: make unicorn minigeth_mips minigeth_default_arch mipsevm yarn run: make libunicorn minigeth_mips minigeth_prefetch mipsevm nodejs
- name: Run test challenge - name: Run test challenge
run: make test_challenge run: make test_challenge
...@@ -11,11 +11,10 @@ jobs: ...@@ -11,11 +11,10 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
submodules: true submodules: true
- name: Install Toolchain (Go, Node.js, Yarn and Make) - name: Install Toolchain (Go, Node.js and Make)
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm make sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm make
npm install --global yarn
- name: Build - name: Build
run: make build run: make build
- name: Run fault injection challenge scenario - name: Run fault injection challenge scenario
......
...@@ -11,11 +11,10 @@ jobs: ...@@ -11,11 +11,10 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
submodules: true submodules: true
- name: Install Toolchain (Go, Node.js, Yarn and Make) - name: Install Toolchain (Go, Node.js and Make)
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm make sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm make
npm install --global yarn
- name: Build - name: Build
run: make build run: make build
- name: Run simple challenge scenario - name: Run simple challenge scenario
......
...@@ -16,6 +16,6 @@ jobs: ...@@ -16,6 +16,6 @@ jobs:
sudo apt-get update sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 make sudo apt-get -y --no-install-recommends install golang-1.16 make
- name: Build minigeth - name: Build minigeth
run: make minigeth_default_arch run: make minigeth_prefetch
- name: Test Minigeth - name: Test Minigeth
run: make test_minigeth run: make test_minigeth
...@@ -11,11 +11,10 @@ jobs: ...@@ -11,11 +11,10 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
submodules: true submodules: true
- name: Install Toolchain (Go, Node, Yarn & Make) - name: Install Toolchain (Go, Node.js and Make)
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm make sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm make
npm install --global yarn
- name: Build - name: Build
run: make build run: make build
- name: Test MIPS EVM - name: Test MIPS EVM
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment