summaryrefslogtreecommitdiff
path: root/appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Move to VCPKG (#2068)Mikaël Capelle2025-05-291-77/+0
| | | | | | | | | * Remove SConscript related files. * Force-load translations from uibase and gamebryo/creation. * Bring githubpp here and add a standalone preset. * Switch VersionInfo -> Version for ModOrganizer2. (#2063) * Add pre-commit hook. * Use 7zip build from VCPKG registry. * Use archive.dll from the bin folder instead of dlls.
* Appveyor: artifact only the exeAl2021-02-091-3/+3
| | | The entire build is too big and we get over the limit too fast
* [skip ci] Use PR branch for umbrella repo (if it exists)Jeremy Rimpo2020-09-251-1/+3
|
* [skip ci] Force exit PS with last exit code after umbrella build errorJeremy Rimpo2020-09-211-0/+2
|
* Needs quotesJeremy Rimpo2020-09-211-0/+2
|
* [skip ci] Pull data from all branchesJeremy Rimpo2020-09-211-1/+1
|
* Missed CMD variable changed to PS syntaxJeremy Rimpo2020-09-211-1/+1
|
* Change REM to PS commentJeremy Rimpo2020-09-211-7/+7
|
* Finalize appveyor script updateJeremy Rimpo2020-09-201-8/+3
|
* Convert scripts to PowerShellJeremy Rimpo2020-09-201-4/+4
|
* Update to checkout current branch in umbrella if it existsJeremy Rimpo2020-09-201-0/+3
|
* Bump appveyor version to 2.4Al2020-09-101-1/+1
|
* Update scriptJeremy Rimpo2020-09-101-6/+3
|
* Failures should be failuresJeremy Rimpo2020-09-101-1/+1
|
* Add handling for nightly buildsJeremy Rimpo2020-09-101-3/+10
|
* Fix timestamp formatting for appveyorAl2020-03-011-2/+2
|
* New appveyor complete build configuration.AL2020-02-291-19/+56
|
* CI: Update to provisioned final VS 2019 imageJeremy Rimpo2019-05-221-1/+1
|
* CI: FileName is for the target not the sourceJeremy Rimpo2019-05-211-2/+2
|
* CI: Push log files from the main build folderJeremy Rimpo2019-05-211-2/+2
|
* Add logs to build artifacts on failureJeremy Rimpo2019-05-211-1/+3
|
* Switch to local build files as appveyor can't use installed filesSilarn2019-05-211-2/+2
|
* Unify artifacts source path to install pathSilarn2019-05-211-2/+2
|
* Enable parallel buildingSilarn2019-05-091-0/+2
|
* Set appveyor image to VS 2019 PreviewSilarn2019-05-081-1/+1
|
* [Appveyor] make sure we are in the appveyor build folder before sending the ↵LePresidente2019-02-201-0/+2
| | | | discord notification, to avoid errors
* Updated AppVeyor build to include artifacts, to allow testers to grab new ↵LePresidente2019-02-191-1/+15
| | | | exe's as they are built
* appveyor really wants those blank lines between commands.LePresidente2019-02-181-0/+1
|
* Use same branch on umbrella as the project.LePresidente2019-02-181-1/+1
|
* Added blank lines between commands, due to appveyor sees it as a single commandLePresidente2019-02-181-0/+3
|
* Added appveyor build badge to readme.mdLePresidente2019-02-181-0/+8
Added appveyor.yml which will control the appveyor build in the future (currently extremely basic)