Daniele Bartolini
před 10 roky
1 změnil soubory, kde provedl
4 přidání a
4 odebrání
-
4
4
.travis.yml
|
@@ -1,11 +1,11 @@
|
|
|
language: cpp
|
|
language: cpp
|
|
|
|
|
|
|
|
compiler:
|
|
compiler:
|
|
|
- - gcc
|
|
|
|
|
|
|
+ - gcc
|
|
|
|
|
|
|
|
before_script:
|
|
before_script:
|
|
|
- - git submodule init
|
|
|
|
|
- - git submodule update
|
|
|
|
|
|
|
+ - git submodule init
|
|
|
|
|
+ - git submodule update
|
|
|
|
|
|
|
|
script:
|
|
script:
|
|
|
- - make linux
|
|
|
|
|
|
|
+ - make linux
|