aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-12-24 15:45:40 +0100
committerTristan Gingold <tgingold@free.fr>2016-12-24 15:45:40 +0100
commit3a15aa97c771c91c6483e225bd4b848dfa2d761a (patch)
tree160e84141c50f865bed940ac6713360f33aedfe2 /appveyor.yml
parent23a879632df599ca18a0e122af48b82dc2d54d15 (diff)
downloadghdl-3a15aa97c771c91c6483e225bd4b848dfa2d761a.tar.gz
ghdl-3a15aa97c771c91c6483e225bd4b848dfa2d761a.tar.bz2
ghdl-3a15aa97c771c91c6483e225bd4b848dfa2d761a.zip
appveyor: do not deploy, but create artifacts. Fix llvm build
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2d4351232..f30e0b04f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -78,21 +78,21 @@ test_script:
# ==============================================================================
# Deployment configuration
# ==============================================================================
-deploy:
- - provider: GitHub
- release: GHDL-v$(appveyor_build_version)
- description: 'Release description'
- draft: false
- prerelease: false
+#deploy:
+# - provider: GitHub
+# release: GHDL-v$(appveyor_build_version)
+# description: 'Release description'
+# draft: false
+# prerelease: false
# on:
# branch: master
# appveyor_repo_tag: true
- auth_token:
- secure: 7K/sSRV3kBk/Iw/d1NGd0pAv9Qf0+lGba3UWt9RDLcIsM8binjC2ogPINilWfy46
- - provider: Environment
- name: GitHub Paebbels/ghdl
- on:
- branch: master
+# auth_token:
+# secure: 7K/sSRV3kBk/Iw/d1NGd0pAv9Qf0+lGba3UWt9RDLcIsM8binjC2ogPINilWfy46
+# - provider: Environment
+# name: GitHub Paebbels/ghdl
+# on:
+# branch: master
# scripts to run before deployment