pull/140/head
RobertGawron 2019-08-10 13:49:48 +01:00
rodzic 5981d832a3
commit 2462f62ea9
1 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -6,11 +6,13 @@ matrix:
sudo: true
before_install:
- sudo apt-get update
- sudo apt-get install -y sdcc
- sudo apt-get install -y sdcc cmake
- cd ./software/Firmware
script:
- make make_build_dir
- make build
- sdcc --version
- mkdir build_directory
- cd build_directory
- cmake -DCMAKE_SYSTEM_NAME=Generic -DCMAKE_C_COMPILER=sdcc .. ; make VERBOSE=1
- language: r
sudo: false