1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/theall-leveleditor

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
appveyor.yml 1.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
Bilge Theall Отправлено 12.12.2019 14:00 fff89f6
version: 0.0.0.{build}
skip_tags: true
environment:
ZIP: C:\Program Files\7-Zip
QTDIR: C:\Qt\5.6\mingw53_32\bin
EDITOR_OUTPUT_PATH: c:\leveleditor
QTMINGW: C:\Qt\Tools\mingw530_32\bin
NSIS: C:\Program Files (x86)\NSIS
PYTHON: C:\Python34
build_script:
- cmd: >-
set PATH=%QTDIR%;%MINGW%;%ZIP%
cd src
qmake leveleditor.pro
mingw32-make -j16
md dist
copy release\*.exe .\dist
cd dist
@echo Coping qt dependency libraries...
windeployqt --no-opengl-sw --no-system-d3d-compiler leveleditor.exe
7z a leveleditor.7z *
cd ..
cd ..
test_script:
- cmd: >-
set PATH=%QTDIR%;%MINGW%
cd test/unittest
qmake unittest.pro
mingw32-make -j16
rem release\unittest_leveleditor.exe
artifacts:
- path: src\dist\leveleditor.7z
name: demo
deploy:
- provider: GitHub
auth_token:
secure: D/3LJCvnQzb2LT6rtq7KCPZcyW4fCmh9S0zJw4jsxGLRLSPRMaIdmd2iw/Yri+vT
artifact: /leveleditor.*\.(exe|7z|zip)/
draft: false
on:
appveyor_repo_tag: true
notifications:
- provider: Email
to:
- wazcd_1608@qq.com
- 975098440@qq.com
- 1161294726@qq.com
- 184773349@qq.com
subject: Build status of leveleditor
on_build_success: true
on_build_failure: true
on_build_status_changed: false

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/theall-leveleditor.git
git@api.gitlife.ru:oschina-mirror/theall-leveleditor.git
oschina-mirror
theall-leveleditor
theall-leveleditor
master