noci Appveyor interactive

This commit is contained in:
intendo
2020-09-18 13:22:04 -07:00
parent 919d1afee8
commit fba162e0c9
3 changed files with 7 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
if: "!contains(github.event.head_commit.message, 'noci')"
strategy:
fail-fast: false
matrix:
# os: [ubuntu-latest]
# os: [macOS-latest]

View File

@@ -125,8 +125,7 @@ set(SYS_LIBPATHS /usr/lib64)
################################################################################
# Debian/Ubuntu hack for #
# https://github.com/Electrostatics/apbs-pdb2pqr/issues/364 #
# Debian/Ubuntu hack #
################################################################################
if(EXISTS "/etc/debian_version" AND
"${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
@@ -833,7 +832,7 @@ set(CPACK_PACKAGE_VERSION_PATCH "${CMAKE_MICRO_VERSION}")
# NOTE: The following is tempting but does not work!
# set(FULL_PACKAGE_NAME "${PACKAGE_NAME}-${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}")
set(CPACK_PACKAGE_VENDOR "PNNL")
set(CPACK_PACKAGE_CONTACT "APBS - https://github.com/Electrostatics/apbs-pdb2pqr")
set(CPACK_PACKAGE_CONTACT "APBS - https://github.com/Electrostatics/apbs")
set(CPACK_PACKAGE_FILE_NAME "${PACKAGE_NAME}-${APBS_VERSION}.${CMAKE_HOST_SYSTEM_NAME}")
set(CPACK_STRIP_FILES True)

View File

@@ -23,11 +23,11 @@ matrix:
# - C:\ProgramData\chocolatey\lib -> appveyor.yml # supporting swig Lib files.
# init:
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
install:
# Install non-python dependencies using chocolatey package manager