aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
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
# =============================================================================