This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
binhong
/
TicketingSystem
огледало од
https://github.com/binhonglee/TicketingSystem
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
0
Вики
Activity
Преглед изворни кода
Attempt to fix failing tests
Fixing-travis-yml
BinHong Lee
пре 7 година
родитељ
08191e2766
комит
0cc350afc4
2 измењених фајлова
са
8 додато
и
2 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
.travis.yml
+1
-2
install.sh
+ 7
- 0
.travis.yml
Прегледај датотеку
@@ -1,4 +1,11 @@
sudo: required
language: cpp
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install: sudo apt-get -qq update
install: ./install.sh
script: ant test
+ 1
- 2
install.sh
Прегледај датотеку
@@ -1,5 +1,4 @@
sudo apt-get install libjsonrpccpp-dev libjsonrpccpp-tools libjsoncpp-dev
brew install libjson-rpc-cpp
sudo apt-get install libjsoncpp-dev
cp lib/anttasks.jar ~
pushd ~
jar xf anttasks.jar
Write
Preview
Loading…
Откажи
Сачувај