diff options
author | umarcor <38422348+umarcor@users.noreply.github.com> | 2020-05-20 07:51:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-20 07:51:37 +0200 |
commit | 4afe2564d96763b85ec837337a4b1992b8c4bcaa (patch) | |
tree | 03747513afb38a6f1c7ddb038458f78237111a43 /appveyor.yml | |
parent | 4ae38ebfb077263cc24d63e84707322af39d0b0b (diff) | |
download | ghdl-4afe2564d96763b85ec837337a4b1992b8c4bcaa.tar.gz ghdl-4afe2564d96763b85ec837337a4b1992b8c4bcaa.tar.bz2 ghdl-4afe2564d96763b85ec837337a4b1992b8c4bcaa.zip |
ci: use eine/tip to provide nightly releases (#1315)
* ci: use eine/tip
* ci: skip 'nightly' builds on Travis and AppVeyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 5879a4bca..3fb8b74b1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,6 +8,7 @@ version: '{branch}-{build}' # Branches to build branches: except: + - nightly - travis # ============================================================================= |