Skip to content

Commit

Permalink
WIP: build again patched Base
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavidsaver committed Jul 5, 2022
1 parent 636ce7b commit 8427d68
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
9 changes: 3 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,13 @@ environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
CMP: vs2019
BASE: 7.0
BASE: vfield
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
CMP: gcc
BASE: 7.0
BASE: vfield
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CMP: vs2017
BASE: 7.0
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
CMP: vs2019
BASE: 3.15
BASE: vfield

# Platform: processor architecture
platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci-local/defaults.set
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# EPICS Base
BASE_DIRNAME=base
BASE_REPONAME=epics-base
BASE_REPOOWNER=epics-base
BASE_REPOOWNER=mdavidsaver
BASE_VARNAME=EPICS_BASE
BASE_RECURSIVE=NO

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ on:
env:
SETUP_PATH: .ci-local:.ci
EPICS_TEST_IMPRECISE_TIMING: YES
BASE: vfield

jobs:
native:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
# Set environment variables from matrix parameters
env:
BASE: ${{ matrix.base }}
CMP: ${{ matrix.cmp }}
BCFG: ${{ matrix.configuration }}
WINE: ${{ matrix.wine }}
Expand Down Expand Up @@ -145,7 +145,6 @@ jobs:
image: ${{ matrix.image }}
# Set environment variables from matrix parameters
env:
BASE: ${{ matrix.base }}
CMP: ${{ matrix.cmp }}
BCFG: ${{ matrix.configuration }}
WINE: ${{ matrix.wine }}
Expand Down

0 comments on commit 8427d68

Please sign in to comment.