Skip to content

Commit

Permalink
appveyor deploy [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jun 7, 2019
1 parent 1217495 commit 69a598b
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,17 @@ test_script:
- ctest --parallel --output-on-failure

artifacts:
- path: build/rpncalc.exe
- path: build/rpncalc.exe
name: WindowsExecutable

- path: build/rpncalc
name: LinuxExecutable

deploy:
description: 'Executables for Fortran 2018 RPN Calculator'
draft: true
provider: GitHub
artifact: build/rpncalc.exe
on:
branch: master
APPVEYOR_REPO_TAG: true

0 comments on commit 69a598b

Please sign in to comment.