From d9bd396d1cdb5d6c875744b7bfad33ae306a4af6 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 25 Aug 2017 05:53:09 +0200 Subject: appveyor: do not hardcode release --- appveyor.yml | 12 ++++-------- 1 file 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 # ============================================================================= -- cgit v1.2.3