Hmmm, maybe this?
This commit is contained in:
parent
90cc069132
commit
11260b22a4
|
@ -3,6 +3,9 @@ go:
|
||||||
- 1.9
|
- 1.9
|
||||||
- master
|
- master
|
||||||
before_install:
|
before_install:
|
||||||
|
- cd $HOME
|
||||||
|
- git clone https://github.com/Azareal/Gosora
|
||||||
|
- cd Gosora
|
||||||
- chmod 755 ./update-deps-linux
|
- chmod 755 ./update-deps-linux
|
||||||
- chmod 755 ./run-linux-tests
|
- chmod 755 ./run-linux-tests
|
||||||
- ./update-deps-linux
|
- ./update-deps-linux
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
echo "Generating the dynamic code"
|
echo "Generating the dynamic code"
|
||||||
go generate
|
go generate
|
||||||
echo "Running tests"
|
echo "Running tests"
|
||||||
go test -o GosoraTests
|
go test
|
||||||
./GosoraTests
|
|
||||||
|
|
Loading…
Reference in New Issue