Skip to content

Commit

Permalink
[appveyor] fix version number and deployment key
Browse files Browse the repository at this point in the history
  • Loading branch information
benEnsta committed Nov 6, 2020
1 parent 12be524 commit cb54439
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required (VERSION 3.5.1)

message (WARNING "CMake support is in beta, please report all bugs to https://github.com/ibex-team/ibex-lib/issues/")

project (IBEX VERSION 2.8.8 LANGUAGES CXX)
project (IBEX VERSION 2.8.9 LANGUAGES CXX)
set (IBEX_DESCRIPTION "A C++ library for interval-based algorithm design")
set (IBEX_URL "http://www.ibex-lib.org/")

Expand Down
24 changes: 12 additions & 12 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ artifacts:
- path: build\ibex*.zip
name: ibex-lib-zip

# deploy:
# release: ibex-lib-v$(appveyor_build_version)
# description: 'ibexlib'
# provider: GitHub
# auth_token:
# secure: *******************************************
deploy:
release: ibex-lib-2.8.9
description: 'ibex-lib compiled without lp solver'
provider: GitHub
auth_token:
secure: Bu9kqyFD6errPkHu23iueJXI5x7JZ/8ZHVwoYNB1ZijEQ7KOySfC/sJ0fKBDgFOA

# artifact: ibex-lib,ibex-lib-zip
# draft: true
# prerelease: false
# on:
# branch: develop_test_appveyor # release from master branch only
# appveyor_repo_tag: false # deploy on tag push only
artifact: ibex-lib,ibex-lib-zip
draft: true
prerelease: false
on:
branch: appveyor_release-2.8.9 # release from master branch only
appveyor_repo_tag: false # deploy on tag push only

0 comments on commit cb54439

Please sign in to comment.