-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 57a7504 Author: Aleksey Timin <atimin@gmail.com> Date: Sun Dec 8 15:04:58 2019 +0500 fix test compilation commit 9885ea0 Author: Aleksey Timin <atimin@gmail.com> Date: Sun Dec 8 14:59:16 2019 +0500 change distr commit ecc0367 Author: Aleksey Timin <atimin@gmail.com> Date: Sun Dec 8 14:55:13 2019 +0500 fix compilation commit 07643cc Author: Aleksey Timin <atimin@gmail.com> Date: Sun Dec 8 14:53:08 2019 +0500 no osx commit 5000adc Author: Aleksey Timin <atimin@gmail.com> Date: Sun Dec 8 14:27:59 2019 +0500 fix test command commit 3209102 Author: Aleksey Timin <atimin@gmail.com> Date: Sun Dec 8 14:03:07 2019 +0500 fix gtest installation commit fee5b59 Author: Aleksey Timin <atimin@gmail.com> Date: Sun Dec 8 14:01:17 2019 +0500 install gtest in travis commit e09a51c Author: Aleksey Timin <atimin@gmail.com> Date: Sun Dec 8 13:54:37 2019 +0500 add travis
- Loading branch information
Showing
5 changed files
with
34 additions
and
0 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,22 @@ | ||
language: cpp | ||
sudo: required | ||
dist: bionic | ||
compiler: | ||
- clang | ||
- gcc | ||
os: | ||
- linux | ||
|
||
install: | ||
- cd ~ | ||
- git clone https://github.com/google/googletest.git gtest | ||
- cd gtest | ||
- git checkout release-1.8.1 | ||
- cmake . | ||
- make install DESTDIR=~/.local -j | ||
|
||
script: | ||
- cd ~/build/flipback/EIPScanner/ | ||
- cmake -DTEST_ENABLED=ON -DEXAMPLE_ENABLED=ON -DGTEST_ROOT=/home/travis/.local/usr/local/ -DGMOCK_ROOT=/home/travis/.local/usr/local/ . | ||
- cmake --build . | ||
- test/test_eipscanner |
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,4 @@ | ||
# Release 1.0.0 (2019-12-08) | ||
|
||
Initial release | ||
|
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