parent
5b0fad904e
commit
6e9919f3a3
1 changed files with 1 additions and 2 deletions
|
@ -13,9 +13,8 @@ jobs:
|
||||||
run: apt install -y libelf-dev:arm64 libelf-dev:amd64
|
run: apt install -y libelf-dev:arm64 libelf-dev:amd64
|
||||||
- name: Clone repository
|
- name: Clone repository
|
||||||
run: git clone https://git.m724.eu/Minecon724/criscv.git .
|
run: git clone https://git.m724.eu/Minecon724/criscv.git .
|
||||||
- run: CC=x86_64-linux-gnu-gcc make libinfo
|
|
||||||
- name: Package for x86_64
|
- name: Package for x86_64
|
||||||
run: LD_LIBRARY_PATH=/usr/include CC=x86_64-linux-gnu-gcc PROGRAM_NAME=crisc-x86_64 make
|
run: LD_LIBRARY_PATH=/usr/include CC=x86_64-linux-gnu-gcc PROGRAM_NAME=crisc-x86_64 make && rm build/obj
|
||||||
- name: Package for aarch64
|
- name: Package for aarch64
|
||||||
run: LD_LIBRARY_PATH=/usr/include CC=aarch64-linux-gnu-gcc PROGRAM_NAME=crisc-aarch64 make
|
run: LD_LIBRARY_PATH=/usr/include CC=aarch64-linux-gnu-gcc PROGRAM_NAME=crisc-aarch64 make
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|
Loading…
Reference in a new issue