Updated build and Makefile.
All checks were successful
isspam build / build (push) Successful in 1m13s
All checks were successful
isspam build / build (push) Successful in 1m13s
This commit is contained in:
parent
2d8c707d06
commit
d6ef4c84e0
@ -9,10 +9,9 @@ jobs:
|
|||||||
- run: apt update
|
- run: apt update
|
||||||
- run: apt install build-essential valgrind make curl -y
|
- run: apt install build-essential valgrind make curl -y
|
||||||
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly -y
|
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly -y
|
||||||
- run: source $HOME/.cargo/env
|
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
ls ${{ gitea.workspace }}
|
ls ${{ gitea.workspace }}
|
||||||
- run: make
|
- run: source $HOME/.cargo/env && make
|
||||||
|
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ build:
|
|||||||
|
|
||||||
|
|
||||||
build_risspam:
|
build_risspam:
|
||||||
@echo "Compiling 12bitfloat_rust project."
|
@echo "Compiling 12bitfloat_risspam project."
|
||||||
cd 12bitfloat_rust/risspam && cargo run --release && cp target/release/risspam ../../
|
cd 12bitfloat_rust/risspam && cargo run --release && cp target/release/risspam ../../
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user