appveyor: take screenshot

This commit is contained in:
Georges Dupéron 2018-07-29 16:30:34 +02:00
parent 8e78a8d96a
commit 68df562097
No known key found for this signature in database
GPG Key ID: C7976374130A80F7

View File

@ -9,6 +9,10 @@ environment:
install:
- cmd: set PATH=C:\cygwin\bin;C:\cygwin\usr\bin;%PATH%
# screenshot-cmd https://code.google.com/archive/p/screenshot-cmd/
- cmd: mkdir screenshot-cmd
- cmd: curl -o screenshot-cmd\screenshot-cmd.exe https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/screenshot-cmd/screenshot-cmd.exe
- cmd: set PATH=%cd%\screenshot-cmd\;%PATH%
# nasm
- cmd: curl -O https://www.nasm.us/pub/nasm/releasebuilds/2.13.03/win32/nasm-2.13.03-win32.zip
- cmd: unzip nasm-2.13.03-win32.zip
@ -54,7 +58,7 @@ install:
# Xvfb is installed via cygwin package xorg-server-extra
- cmd: Xvfb -help
- cmd: ssh -V
- cmd: echo TODO install gnu make and dependencies
- cmd: screenshot-cmd -h & exit 0
build_script:
- cmd: make COMMIT_TIMESTAMP_ISO_8601="%APPVEYOR_REPO_COMMIT_TIMESTAMP%" all
@ -64,6 +68,11 @@ test_script:
- cmd: sh os.bat exit
# The next command actually runs the script as a MS-DOS batch file
- cmd: sh -c './os.bat exit'
- cmd: screenshot-cmd -o screenshot.png
- cmd: identify screenshot.png
#artifacts:
# - path: path/to/file_or_directory_to_zip
# - path: path/to/file_or_directory_to_zip
artifacts:
- path: screenshot.png