Skip to content

Commit

Permalink
appveyor capture .tap files
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Sep 27, 2019
1 parent 799ddc5 commit 562af86
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .appveyor.yml
Expand Up @@ -81,7 +81,13 @@ build_script:
- cmd: .ci/appveyor-make.bat

test_script:
- cmd: .ci/appveyor-make.bat runtests
- cmd: .ci/appveyor-make.bat tapfiles
- cmd: .ci/appveyor-make.bat test-results

artifacts:
- path: '**/*.tap'
name: tap.zip
type: zip

#---------------------------------#
# notifications #
Expand Down
4 changes: 4 additions & 0 deletions .ci/appveyor-prepare.bat
Expand Up @@ -57,6 +57,10 @@ if "%TOOLCHAIN%"=="mingw" (
)
)

echo [INFO] Select prove.bat

echo PROVE=prove.bat>> configure\CONFIG_COMMON

echo [INFO] Installing Make 4.2.1 from ANL web site
curl -fsS --retry 3 -o C:\tools\make-4.2.1.zip https://epics.anl.gov/download/tools/make-4.2.1-win64.zip
cd \tools
Expand Down

0 comments on commit 562af86

Please sign in to comment.