summaryrefslogtreecommitdiff
path: root/.appveyor.sh
Commit message (Collapse)AuthorAgeFilesLines
* Run tests after artifact collectionmrkkrp2018-04-071-1/+1
| | | | | | | Since for every job there are failing tests, if we try to upload artifacts after tests, we won't get any. As a temporary measure I suggest uploading artifacts before running tests. Once tests are fixed, we should peform artifact uploading after tests again.
* Collect build artifacts with S3mrkkrp2018-04-071-1/+2
|
* Full AppVeyor build with testsmrkkrp2018-03-291-22/+4
|
* Build quick flavor and run some tests on Windowsmrkkrp2018-02-271-2/+13
| | | | This build fits into the 90 minutes window.
* appveyor: RefactorBen Gamari2018-01-311-0/+50
Move build logic into a dedicated bash script, avoiding repetitive bash invocations. Furthermore, disable pacman update step as it breaks things in non-predictable ways.