-
Notifications
You must be signed in to change notification settings - Fork 3
40 lines (32 loc) · 857 Bytes
/
run.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: Continuous Integration - run
on:
push:
pull_request:
jobs:
running:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: 'true'
- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
rustflags: ""
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Setup Scarb
uses: software-mansion/setup-scarb@v1
- name: Install
run: |
python -m pip install --upgrade pip
python install.py
- name: Compile Bootloader
run: |
python compile.py
- name: Cairo1->Cairo0Bootloader run
run: |
python run.py