mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
Update appveyor.yml
This commit is contained in:
parent
c1053f45b4
commit
bd166320aa
1 changed files with 4 additions and 3 deletions
|
@ -46,7 +46,7 @@ for:
|
||||||
- image: Ubuntu1604
|
- image: Ubuntu1604
|
||||||
install:
|
install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get -y install libgl-dev libxkbcommon-dev
|
- sudo apt-get -y install libgl-dev libxkbcommon-dev libxkbcommon-x11-0
|
||||||
before_build:
|
before_build:
|
||||||
- $HOME/Qt/latest/gcc_64/bin/qmake -v
|
- $HOME/Qt/latest/gcc_64/bin/qmake -v
|
||||||
build: off
|
build: off
|
||||||
|
@ -91,9 +91,10 @@ for:
|
||||||
after_build:
|
after_build:
|
||||||
- cd build/release
|
- cd build/release
|
||||||
- macdeployqt LeoCAD.app -dmg
|
- macdeployqt LeoCAD.app -dmg
|
||||||
- mv LeoCAD.dmg LeoCAD-macOS-$(git rev-parse --short HEAD).dmg
|
- export VERSION=$(git rev-parse --short HEAD)
|
||||||
|
- mv LeoCAD.dmg LeoCAD-macOS-$VERSION.dmg
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: LeoCAD-macOS-$(git rev-parse --short HEAD).dmg
|
- path: LeoCAD-macOS-$VERSION.dmg
|
||||||
name: leocad-macOS
|
name: leocad-macOS
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in a new issue