This commit is contained in:
parent
59c8c6dc98
commit
a071f04f14
@ -7,5 +7,5 @@ steps:
|
||||
image: voidlinux/voidlinux
|
||||
commands:
|
||||
- xbps-install -Sy gcc make
|
||||
- make
|
||||
- ./run_all.sh
|
||||
- cd c && make && ./run_all.sh && cd ..
|
||||
- cd rust && ./run_all.sh && cd ..
|
||||
|
9
rust/run_all.sh
Executable file
9
rust/run_all.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
DAYS="day7"
|
||||
|
||||
for x in $DAYS; do
|
||||
cd $x
|
||||
cargo run
|
||||
cd ..
|
||||
done
|
Loading…
x
Reference in New Issue
Block a user