Skip to content
Snippets Groups Projects
Commit 32baaa6b authored by Armin Felder's avatar Armin Felder
Browse files

a

parent afbdbc57
No related branches found
No related tags found
1 merge request!42Citests
Pipeline #
......@@ -6,12 +6,16 @@ variables:
stages:
- test
docker:build:Qt:5.9:
API_TEST_RC0.64.0:
image: afelder/qt-android-docker
services:
- mongo:3.0
alias:db
- rocketchat/rocket.chat:0.64.0
stage: test
script:
- mkdir build
- cd build
- /opt/Qt/5.9.3/gcc_64/bin/qmake -spec linux-g++ CONFIG+=test DEFINES+=MAJOR=0 DEFINES+=MINOR=61 DEFINES+=PATCH=0 ../engine.pro
- /opt/Qt/5.9.3/gcc_64/bin/qmake -spec linux-g++ CONFIG+=test DEFINES+=MAJOR=0 DEFINES+=MINOR=64 DEFINES+=PATCH=0 ../engine.pro
- make -j9
- ./unittests
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment