parent
2165be32ad
commit
3435db209c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ steps:
|
||||||
image: debian
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install gcc -y
|
- apt install g++ -y
|
||||||
- apt install make -y
|
- apt install make -y
|
||||||
- make -j$(nproc) test.elf
|
- make -j$(nproc) test.elf
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue