Revision 5c9c4af9
Von Christian Ehringfeld vor etwa 10 Jahren hinzugefügt
| .gitlab-ci.yml | ||
|---|---|---|
|
# http://doc.gitlab.com/ci/variables/README.html
|
||
|
#- echo "#define BUILD ""$CI_BUILD_ID" > build_number.h
|
||
|
- qmake -project
|
||
|
- qmake CuteEntityManager.pro -r -spec macx-clang CONFIG+=x86_64
|
||
|
- qmake EntityManager.pro -r -spec macx-clang CONFIG+=x86_64
|
||
|
- make
|
||
|
- make check
|
||
|
|
||
Auch abrufbar als: Unified diff
typo...