1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-07-23 22:51:26 +00:00

Platformio stuff

This commit is contained in:
2021-11-04 02:58:49 +00:00
parent 0d3c0a9d1c
commit 5abdc75c81
7 changed files with 41 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ build:
stage: build
script:
- mkdir public
- g++ ./src/main.cpp -I include -o ./public/sim.out
- g++ ./src/main.cpp -I include -o ./public/sim.out -D NATIVE -Wall
- ./public/sim.out
- mv simOut.csv public
artifacts: