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
9870a442
Commit
9870a442
authored
Nov 04, 2021
by
George Hotz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test challenge
parent
15e2e35b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
test_challenge.yml
.github/workflows/test_challenge.yml
+39
-0
No files found.
.github/workflows/test_challenge.yml
0 → 100644
View file @
9870a442
name
:
Test Challenge
on
:
[
push
,
pull_request
]
jobs
:
unit
:
name
:
MIPS EVM matches unicorn
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout Code
uses
:
actions/checkout@v2
-
name
:
Install Go + Node
run
:
|
sudo apt-get update
sudo apt-get -y --no-install-recommends install golang-1.16 nodejs npm
-
name
:
Install unicorn
run
:
|
./build_unicorn.sh
-
name
:
Install yarn
run
:
|
npm install --global yarn
yarn install
-
name
:
Build minigeth and run default block (cache)
run
:
|
./run.sh 13284469
-
name
:
Install Python deps
run
:
pip3 install -r mipigo/requirements.txt
-
name
:
Build minigeth for embedded
run
:
|
cd mipigo
./build.sh
-
name
:
Build mipsevm
run
:
|
cd mipsevm
go build
-
name
:
Generate checkpoints for
13284469
run
:
mipsevm/mipsevm
13284469
-
name
:
Run test challenge
run
:
npx hardhat test test/challenge_test.js
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