ミラー元
https://github.com/quitesimpleorg/qsmaddy.git
前回の同期 2025-04-18 02:19:02 +02:00
コミット
5618c3ff23
18
.travis.yml
ノーマルファイル
18
.travis.yml
ノーマルファイル
@ -0,0 +1,18 @@
|
|||||||
|
dist: trusty
|
||||||
|
sudo: false
|
||||||
|
language: cpp
|
||||||
|
compiler: g++
|
||||||
|
install: export CXX="g++-6"
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- ubuntu-toolchain-r-test
|
||||||
|
packages:
|
||||||
|
- g++-6
|
||||||
|
|
||||||
|
script:
|
||||||
|
- mkdir tmp
|
||||||
|
- cd tmp
|
||||||
|
- cmake ..
|
||||||
|
- make
|
||||||
|
- ../build/MaddyTests
|
@ -8,7 +8,7 @@
|
|||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
||||||
int main (int argc, char** argv) {
|
int main (int argc, char** argv) {
|
||||||
::testing::GTEST_FLAG(throw_on_failure) = false;
|
::testing::GTEST_FLAG(throw_on_failure) = true;
|
||||||
::testing::InitGoogleMock(&argc, argv);
|
::testing::InitGoogleMock(&argc, argv);
|
||||||
return RUN_ALL_TESTS();
|
return RUN_ALL_TESTS();
|
||||||
}
|
}
|
||||||
|
読み込み中…
x
新しいイシューから参照
ユーザーをブロックする