mirror of
https://github.com/Electrostatics/apbs.git
synced 2026-06-04 12:44:23 +08:00
noci Appveyor interactive
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -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]
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user