mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 22:40:05 +00:00
38 lines
631 B
YAML
38 lines
631 B
YAML
version: 'openfusion-{branch}-{build}'
|
|
|
|
image:
|
|
- Visual Studio 2019
|
|
- Ubuntu2004
|
|
|
|
platform:
|
|
- x64
|
|
|
|
configuration:
|
|
- Release
|
|
|
|
for:
|
|
-
|
|
matrix:
|
|
only:
|
|
- image: Ubuntu2004
|
|
before_build:
|
|
- mkdir -p bin
|
|
build_script:
|
|
- make
|
|
artifacts:
|
|
- path: bin
|
|
name: ubuntu20_04-bin-x64
|
|
type: zip
|
|
-
|
|
matrix:
|
|
only:
|
|
- image: Visual Studio 2019
|
|
before_build:
|
|
- cmake -B build
|
|
build_script:
|
|
- msbuild build/OpenFusion.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
|
artifacts:
|
|
- path: bin
|
|
name: windows-vs2019-bin-x64
|
|
type: zip
|