-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #236 from linz/HG-Aims-Upgrade
Hg aims upgrade
- Loading branch information
Showing
2,508 changed files
with
10,808 additions
and
1,495,696 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
name: Run Tests | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
- HG-Aims-Upgrade | ||
|
||
jobs: | ||
|
||
test: | ||
name: Test - QGIS ${{ matrix.qgis_image.name }} & Postgre ${{ matrix.db_image.name }} | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
qgis_image: | ||
- {name: "3.28", image: "qgis/qgis:release-3_28"} | ||
db_image: | ||
- {name: "14-3.1", image: "kartoza/postgis:14-3.1"} | ||
|
||
env: | ||
PGHOST: localhost | ||
PGPORT: 5432 | ||
PGUSER: postgres | ||
PGPASSWORD: postgres | ||
BASE_DIR: ${{ github.workspace }} | ||
DB_DOCKER_IMAGE: ${{ matrix.db_image.image }} | ||
QGIS_DOCKER_IMAGE: ${{ matrix.qgis_image.image }} | ||
QGIS_DISPLAY: ":99" | ||
DOCKER_NETWORK: aims | ||
PLUGIN_NAME: QGIS-AIMS-Plugin | ||
PLUGIN_VERSION: 2.0.0 | ||
|
||
steps: | ||
|
||
- name: Checkout QGIS-AIMS-Plugin | ||
uses: actions/checkout@v3 | ||
|
||
# - name: Create Docker Network | ||
# run: bash $BASE_DIR/scripts/steps/create_docker_network.sh | ||
|
||
# - name: Launch database container | ||
# run: bash $BASE_DIR/scripts/steps/launch_database_container.sh | ||
|
||
# - name: Run database tests | ||
# run: bash $BASE_DIR/scripts/steps/run_db_tests.sh | ||
|
||
# - name: Launch QGIS container | ||
# run: bash $BASE_DIR/scripts/steps/launch_qgis_container.sh | ||
|
||
# # - name: Load test data | ||
# # run: bash $BASE_DIR/scripts/steps/load_qgis_test_data.sh | ||
|
||
# - name: Setup QGIS plugin | ||
# run: bash $BASE_DIR/scripts/steps/setup_qgis_plugin.sh | ||
|
||
# - name: Run QGIS tests | ||
# run: bash $BASE_DIR/scripts/steps/run_qgis_tests.sh | ||
|
||
- name: Install QGIS Plugin CI | ||
run: python3 -m pip install qgis-plugin-ci --quiet | ||
|
||
- name: Package | ||
run: qgis-plugin-ci package ${{ env.PLUGIN_VERSION }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
plugin_path: 'QGIS-AIMS-Plugin' | ||
github_organization_slug: linz | ||
project_slug: qgis_aims_plugin |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.