mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 22:09:19 +02:00
cleanup: remove VSDev camera implementation, remove symbols from CI because they are unreasonably big, mac CI tmp upload
This commit is contained in:
@@ -68,6 +68,12 @@ jobs:
|
||||
git cherry-pick f1b4a0e
|
||||
MACOSX_DEPLOYMENT_TARGET="10.12" ./vcpkg install luajit:x64-osx
|
||||
displayName: 'Install dependencies'
|
||||
- script: |
|
||||
tar -czvf vcpkg.tar.gz /tmp/vcpkg
|
||||
curl --upload-file ./vcpkg.tar.gz https://transfer.sh/vcpkg64.tar.gz > zurl.txt
|
||||
cat zurl.txt
|
||||
cat zurl.txt 1>&2
|
||||
displayName: 'Tmpup'
|
||||
- script: |
|
||||
mkdir build
|
||||
cd build
|
||||
@@ -134,6 +140,12 @@ jobs:
|
||||
git cherry-pick ea5d2d7
|
||||
./vcpkg install luajit:arm64-osx
|
||||
displayName: 'Install dependencies'
|
||||
- script: |
|
||||
tar -czvf vcpkg.tar.gz /tmp/vcpkg
|
||||
curl --upload-file ./vcpkg.tar.gz https://transfer.sh/vcpkgarm64.tar.gz > zurl.txt
|
||||
cat zurl.txt
|
||||
cat zurl.txt 1>&2
|
||||
displayName: 'Tmpup'
|
||||
- script: |
|
||||
mkdir build
|
||||
cd build
|
||||
@@ -166,11 +178,6 @@ jobs:
|
||||
pathtoPublish: 'build/bin'
|
||||
artifactName: binaries_win64
|
||||
displayName: 'Publish binaries'
|
||||
- task: PublishBuildArtifacts@1
|
||||
inputs:
|
||||
pathtoPublish: 'build/pdb'
|
||||
artifactName: binaries_win64
|
||||
displayName: 'Publish symbols'
|
||||
|
||||
- job: windows_x64_dbg
|
||||
pool:
|
||||
@@ -208,8 +215,3 @@ jobs:
|
||||
pathtoPublish: 'build/bin'
|
||||
artifactName: binaries_win32
|
||||
displayName: 'Publish binaries'
|
||||
- task: PublishBuildArtifacts@1
|
||||
inputs:
|
||||
pathtoPublish: 'build/pdb'
|
||||
artifactName: binaries_win32
|
||||
displayName: 'Publish symbols'
|
||||
|
||||
Reference in New Issue
Block a user