Skip to content

Commit

Permalink
build against my repo
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitdm-oslandia committed Nov 29, 2024
1 parent 76e27d7 commit 762d756
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/ogc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

mkdir /usr/src/qgis/build
mkdir -p /usr/src/qgis/build
cd /usr/src/qgis/build || exit 1

export CCACHE_TEMPDIR=/tmp
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ogc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
- name: Install pyogctest
run: |
sudo apt-get update && sudo apt-get install python3-virtualenv virtualenv git
git clone https://github.com/pblottiere/pyogctest
cd pyogctest && git checkout 1.1.1 && cd -
git clone https://github.com/benoitdm-oslandia/pyogctest
cd pyogctest && git checkout fix/docker_ulimit && cd -
virtualenv -p /usr/bin/python3 venv && source venv/bin/activate && pip install -e pyogctest/
- name: Run WMS 1.3.0 OGC tests
Expand Down

0 comments on commit 762d756

Please sign in to comment.