-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Patrick Wieschollek
committed
Dec 4, 2014
1 parent
7ad417c
commit 28e95c0
Showing
4 changed files
with
26 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
language: cpp | ||
compiler: | ||
- g++ | ||
|
||
before_install: | ||
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; | ||
- sudo apt-get update; | ||
- sudo apt-get install gcc-4.8 g++-4.8; | ||
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 20; | ||
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 20; | ||
- g++ --version; | ||
- sudo apt-get update -qq; | ||
|
||
install: | ||
- make install | ||
|
||
script: | ||
- make test | ||
- make main | ||
- ./test | ||
- ./main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters