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
b73f9c30
Commit
b73f9c30
authored
May 06, 2022
by
Nicolas "Norswap" Laurent
Committed by
norswap
May 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake and pkg-config are preinstalled on CI, but let's be thorough
parent
d893ec7e
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
11 deletions
+11
-11
test_challenge.yml
.github/workflows/test_challenge.yml
+2
-2
test_challenge_fault.yml
.github/workflows/test_challenge_fault.yml
+2
-2
test_challenge_simple.yml
.github/workflows/test_challenge_simple.yml
+2
-2
test_contracts.yml
.github/workflows/test_contracts.yml
+1
-1
test_minigeth.yml
.github/workflows/test_minigeth.yml
+2
-2
test_mipsevm.yml
.github/workflows/test_mipsevm.yml
+2
-2
No files found.
.github/workflows/test_challenge.yml
View file @
b73f9c30
...
@@ -11,10 +11,10 @@ jobs:
...
@@ -11,10 +11,10 @@ jobs:
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
with
:
with
:
submodules
:
true
submodules
:
true
-
name
:
Install Toolchain
(Go, Node.js and Make)
-
name
:
Install Toolchain
run
:
|
run
:
|
sudo apt-get update
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs make
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs make
cmake pkg-config
npm install --global pnpm
npm install --global pnpm
-
name
:
Build
-
name
:
Build
run
:
make libunicorn minigeth_mips minigeth_prefetch mipsevm nodejs
run
:
make libunicorn minigeth_mips minigeth_prefetch mipsevm nodejs
...
...
.github/workflows/test_challenge_fault.yml
View file @
b73f9c30
...
@@ -11,10 +11,10 @@ jobs:
...
@@ -11,10 +11,10 @@ jobs:
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
with
:
with
:
submodules
:
true
submodules
:
true
-
name
:
Install Toolchain
(Go, Node.js and Make)
-
name
:
Install Toolchain
run
:
|
run
:
|
sudo apt-get update
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs
pnpm make
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs
make cmake pkg-config
npm install --global pnpm
npm install --global pnpm
-
name
:
Build
-
name
:
Build
run
:
make build
run
:
make build
...
...
.github/workflows/test_challenge_simple.yml
View file @
b73f9c30
...
@@ -11,10 +11,10 @@ jobs:
...
@@ -11,10 +11,10 @@ jobs:
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
with
:
with
:
submodules
:
true
submodules
:
true
-
name
:
Install Toolchain
(Go, Node.js and Make)
-
name
:
Install Toolchain
run
:
|
run
:
|
sudo apt-get update
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs make
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs make
cmake pkg-config
npm install --global pnpm
npm install --global pnpm
-
name
:
Build
-
name
:
Build
run
:
make build
run
:
make build
...
...
.github/workflows/test_contracts.yml
View file @
b73f9c30
...
@@ -12,7 +12,7 @@ jobs:
...
@@ -12,7 +12,7 @@ jobs:
-
name
:
Install Toolchain (Node and Make)
-
name
:
Install Toolchain (Node and Make)
run
:
|
run
:
|
sudo apt-get update
sudo apt-get update
sudo apt-get -y --no-install-recommends install nodejs make
sudo apt-get -y --no-install-recommends install nodejs make
cmake pkg-config
npm install --global pnpm
npm install --global pnpm
-
name
:
Install Dependencies
-
name
:
Install Dependencies
run
:
make nodejs
run
:
make nodejs
...
...
.github/workflows/test_minigeth.yml
View file @
b73f9c30
...
@@ -11,10 +11,10 @@ jobs:
...
@@ -11,10 +11,10 @@ jobs:
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
with
:
with
:
submodules
:
true
submodules
:
true
-
name
:
Install Toolchain
(Go & Make)
-
name
:
Install Toolchain
run
:
|
run
:
|
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
cmake pkg-config
-
name
:
Build minigeth
-
name
:
Build minigeth
run
:
make minigeth_prefetch
run
:
make minigeth_prefetch
-
name
:
Test Minigeth
-
name
:
Test Minigeth
...
...
.github/workflows/test_mipsevm.yml
View file @
b73f9c30
...
@@ -11,10 +11,10 @@ jobs:
...
@@ -11,10 +11,10 @@ jobs:
uses
:
actions/checkout@v3
uses
:
actions/checkout@v3
with
:
with
:
submodules
:
true
submodules
:
true
-
name
:
Install Toolchain
(Go, Node.js and Make)
-
name
:
Install Toolchain
run
:
|
run
:
|
sudo apt-get update
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs make
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs make
cmake pkg-config
npm install --global pnpm
npm install --global pnpm
-
name
:
Build
-
name
:
Build
run
:
make build
run
:
make build
...
...
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