mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 01:19:19 +02:00
appveyor dir change to prevent unnecessary git-dirty marking
This commit is contained in:
12
appveyor.yml
12
appveyor.yml
@@ -9,9 +9,9 @@ build_script:
|
|||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
mkdir builds
|
mkdir build
|
||||||
|
|
||||||
cd builds
|
cd build
|
||||||
|
|
||||||
mkdir x86
|
mkdir x86
|
||||||
|
|
||||||
@@ -43,14 +43,14 @@ build_script:
|
|||||||
test: off
|
test: off
|
||||||
deploy: off
|
deploy: off
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: builds/eu07_x86_bin.zip
|
- path: build/eu07_x86_bin.zip
|
||||||
name: binaries_x86
|
name: binaries_x86
|
||||||
- path: builds/eu07_x64_bin.zip
|
- path: build/eu07_x64_bin.zip
|
||||||
name: binaries_x64
|
name: binaries_x64
|
||||||
- path: shaders
|
- path: shaders
|
||||||
name: shaders
|
name: shaders
|
||||||
type: zip
|
type: zip
|
||||||
- path: builds/eu07_x86_pdb.zip
|
- path: build/eu07_x86_pdb.zip
|
||||||
name: symbols_x86
|
name: symbols_x86
|
||||||
- path: builds/eu07_x64_pdb.zip
|
- path: build/eu07_x64_pdb.zip
|
||||||
name: symbols_x64
|
name: symbols_x64
|
||||||
|
|||||||
Reference in New Issue
Block a user