Revision b53f6fad
Von Christian Ehringfeld vor etwa 10 Jahren hinzugefügt
| appveyor.yml | ||
|---|---|---|
|
|
||
|
build_script:
|
||
|
# using a header file without MemoryBarrier, that causes the build to fail
|
||
|
- qmake CuteEntityManager.pro -r -spec win32-g++
|
||
|
- qmake EntityManager.pro -r -spec win32-g++
|
||
|
# - qmake QOwnNotes.pro -r -spec win32-g++ "CONFIG+=debug"
|
||
|
- mingw32-make
|
||
|
# creating the release path
|
||
Auch abrufbar als: Unified diff
too stupid