aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-08-25 05:53:09 +0200
committerTristan Gingold <tgingold@free.fr>2017-08-25 05:53:09 +0200
commitd9bd396d1cdb5d6c875744b7bfad33ae306a4af6 (patch)
tree0e8ad2484dc4071d02f13294dd9ae3ce694f71a0 /appveyor.yml
parent14bfd405cc786f8201b9a6f5303fcdbcfdfbb484 (diff)
downloadghdl-d9bd396d1cdb5d6c875744b7bfad33ae306a4af6.tar.gz
ghdl-d9bd396d1cdb5d6c875744b7bfad33ae306a4af6.tar.bz2
ghdl-d9bd396d1cdb5d6c875744b7bfad33ae306a4af6.zip
appveyor: do not hardcode release
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml12
1 files changed, 4 insertions, 8 deletions
diff --git a/appveyor.yml b/appveyor.yml
index bb5f46d05..62ac6df4c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,18 +4,16 @@
# Virtual Machine Image
image: WMF 5
# Build names
-version: $(ghdl_ver)-{build}
+version: $(APPVEYOR_REPO_BRANCH)-{build}
# Branches to build
-# branches:
-# only:
-# - master
-# - paebbels/appveyor
+branches:
+ except:
+ - travis
# =============================================================================
# Build matrix configuration
# =============================================================================
environment:
- ghdl_ver: 0.34
matrix:
- BUILD_MINGW: mingw32
BUILD_BACKEND: mcode
@@ -28,8 +26,6 @@ environment:
- BUILD_MINGW: mingw64
BUILD_BACKEND: llvm
-# clone_folder: c:\projects\ghdl
-
# =============================================================================
# Build flow configuration
# =============================================================================