Skip to content

Commit 69a598b

Browse files
committed
appveyor deploy [skip travis]
1 parent 1217495 commit 69a598b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.appveyor.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,17 @@ test_script:
2323
- ctest --parallel --output-on-failure
2424

2525
artifacts:
26-
- path: build/rpncalc.exe
26+
- path: build/rpncalc.exe
27+
name: WindowsExecutable
28+
29+
- path: build/rpncalc
30+
name: LinuxExecutable
31+
32+
deploy:
33+
description: 'Executables for Fortran 2018 RPN Calculator'
34+
draft: true
35+
provider: GitHub
36+
artifact: build/rpncalc.exe
37+
on:
38+
branch: master
39+
APPVEYOR_REPO_TAG: true

0 commit comments

Comments
 (0)