Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
1b03f06c
Commit
1b03f06c
authored
May 05, 2022
by
Nicolas "Norswap" Laurent
Committed by
norswap
May 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make CI consistent with build system changes
parent
cdef3bbd
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
10 deletions
+6
-10
test_challenge.yml
.github/workflows/test_challenge.yml
+2
-3
test_challenge_fault.yml
.github/workflows/test_challenge_fault.yml
+1
-2
test_challenge_simple.yml
.github/workflows/test_challenge_simple.yml
+1
-2
test_minigeth.yml
.github/workflows/test_minigeth.yml
+1
-1
test_mipsevm.yml
.github/workflows/test_mipsevm.yml
+1
-2
No files found.
.github/workflows/test_challenge.yml
View file @
1b03f06c
...
...
@@ -11,12 +11,11 @@ jobs:
uses
:
actions/checkout@v3
with
:
submodules
:
true
-
name
:
Install Toolchain (Go, Node.js
, Yarn
and Make)
-
name
:
Install Toolchain (Go, Node.js and Make)
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm make
npm install --global yarn
-
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
run
:
make test_challenge
.github/workflows/test_challenge_fault.yml
View file @
1b03f06c
...
...
@@ -11,11 +11,10 @@ jobs:
uses
:
actions/checkout@v3
with
:
submodules
:
true
-
name
:
Install Toolchain (Go, Node.js
, Yarn
and Make)
-
name
:
Install Toolchain (Go, Node.js and Make)
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm make
npm install --global yarn
-
name
:
Build
run
:
make build
-
name
:
Run fault injection challenge scenario
...
...
.github/workflows/test_challenge_simple.yml
View file @
1b03f06c
...
...
@@ -11,11 +11,10 @@ jobs:
uses
:
actions/checkout@v3
with
:
submodules
:
true
-
name
:
Install Toolchain (Go, Node.js
, Yarn
and Make)
-
name
:
Install Toolchain (Go, Node.js and Make)
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm make
npm install --global yarn
-
name
:
Build
run
:
make build
-
name
:
Run simple challenge scenario
...
...
.github/workflows/test_minigeth.yml
View file @
1b03f06c
...
...
@@ -16,6 +16,6 @@ jobs:
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 make
-
name
:
Build minigeth
run
:
make minigeth_
default_ar
ch
run
:
make minigeth_
prefet
ch
-
name
:
Test Minigeth
run
:
make test_minigeth
.github/workflows/test_mipsevm.yml
View file @
1b03f06c
...
...
@@ -11,11 +11,10 @@ jobs:
uses
:
actions/checkout@v3
with
:
submodules
:
true
-
name
:
Install Toolchain (Go, Node
, Yarn &
Make)
-
name
:
Install Toolchain (Go, Node
.js and
Make)
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm make
npm install --global yarn
-
name
:
Build
run
:
make build
-
name
:
Test MIPS EVM
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment