|
@@ -1,6 +1,4 @@
|
|
-language: perl
|
|
|
|
-perl:
|
|
|
|
- - "5.24"
|
|
|
|
|
|
+language: c
|
|
branches:
|
|
branches:
|
|
except:
|
|
except:
|
|
- refactoring
|
|
- refactoring
|
|
@@ -18,7 +16,7 @@ before_install:
|
|
- sudo apt-get install -y texlive-latex-extra
|
|
- sudo apt-get install -y texlive-latex-extra
|
|
- sudo apt-get install -y python-pip
|
|
- sudo apt-get install -y python-pip
|
|
- sudo pip install pandoc-latex-environment
|
|
- sudo pip install pandoc-latex-environment
|
|
- - "cpanm Etherpad Config::YAML URI::Encode"
|
|
|
|
|
|
+ - ./build.sh
|
|
notifications:
|
|
notifications:
|
|
irc:
|
|
irc:
|
|
channels:
|
|
channels:
|
|
@@ -29,6 +27,5 @@ notifications:
|
|
- "%{commit_message}"
|
|
- "%{commit_message}"
|
|
use_notice: true
|
|
use_notice: true
|
|
script:
|
|
script:
|
|
- - ./build.sh
|
|
|
|
- ./test_cocktail_01 && ./test_cocktail_02 && ./test_cocktail_03
|
|
- ./test_cocktail_01 && ./test_cocktail_02 && ./test_cocktail_03
|
|
|
|
|