We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed3d4d commit 6170ef0Copy full SHA for 6170ef0
.github/workflows/build.yml
@@ -51,13 +51,13 @@ jobs:
51
os: [ubuntu-latest, windows-latest]
52
include:
53
- os: ubuntu-latest
54
- before_all: |
55
- echo "Starting BEFORE_ALL script"
56
- echo "GEOS_DIR set to: ${GEOS_DIR}"
57
- cd "{package}"
+ before_all: >
+ echo "Starting BEFORE_ALL script" &&
+ echo "GEOS_DIR set to: ${GEOS_DIR}" &&
+ cd "{package}" &&
58
python -c "import utils; utils.GeosLibrary('${GEOS_VERSION}').build('${GEOS_DIR}', njobs=2)"
59
- os: windows-latest
60
- before_all: >-
61
echo Starting BEFORE_ALL script &&
62
echo GEOS_DIR set to: %GEOS_DIR% &&
63
cd "{package}" &&
0 commit comments