You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
platform:
|
|
|
|
|
- x86
|
|
|
|
|
- x64
|
|
|
|
|
|
|
|
|
|
before_build:
|
|
|
|
|
- C:\msys64\usr\bin\pacman --noconfirm --sync --refresh --refresh pacman
|
|
|
|
|
- C:\msys64\usr\bin\pacman --noconfirm --sync --refresh --refresh git
|
|
|
|
|
- C:\msys64\usr\bin\pacman --noconfirm --sync --refresh --refresh --sysupgrade --sysupgrade
|
|
|
|
|
|
|
|
|
|
build_script:
|
|
|
|
|
- C:\msys64\usr\bin\bash -lc "script=compile CXX=clang++ CC=clang C:\projects\jucipp\ci\execute.sh"
|
|
|
|
|
- C:\msys64\usr\bin\bash -lc "script=clean C:\projects\jucipp\ci\execute.sh"
|
|
|
|
|
- C:\msys64\usr\bin\bash -lc "script=compile C:\projects\jucipp\ci\execute.sh"
|
|
|
|
|
- C:\msys64\usr\bin\bash -lc "script=static_analysis C:\projects\jucipp\ci\execute.sh"
|
|
|
|
|
- C:\msys64\usr\bin\bash -lc "script=compile make_command=\"broadwayd & make test\" C:\projects\jucipp\ci\execute.sh"
|