Revision 4bd68ba6
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 QOwnNotes.pro -r -spec macx-clang CONFIG+=x86_64
|
||
|
- qmake CuteEntityManager.pro -r -spec macx-clang CONFIG+=x86_64
|
||
|
- make
|
||
|
- make check
|
||
|
|
||
Auch abrufbar als: Unified diff
ci