Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 049e4aa

Browse files
committed
add basic action
1 parent 6899ea1 commit 049e4aa

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/autotests.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,23 @@ jobs:
1414
steps:
1515
- name: Checkout mergin-cpp-client
1616
uses: actions/checkout@v2
17-
path:
18-
mergin-cpp-client
17+
path: mergin-cpp-client
1918

2019
- name: Checkout input
2120
uses: actions/checkout@v2
2221
repository: lutraconsulting/input
2322
ref: ${INPUT_BRANCH}
24-
path:
25-
input
23+
path: input
2624

2725
- name: Checkout geodiff
2826
uses: actions/checkout@v2
2927
ref: ${GEODIFF_BRANCH}
3028
repository: lutraconsulting/geodiff
31-
path:
32-
geodiff
29+
path: geodiff
3330

3431
- name: Install Deps
3532
run: |
33+
apt-get install cmake qt5-default libqt5network5
3634
3735
3836
- name: build geodiff
@@ -43,9 +41,6 @@ jobs:
4341
cmake \
4442
-DCMAKE_BUILD_TYPE=Debug \
4543
-DENABLE_TESTS=FALSE \
46-
-DUSE_QGIS_BUILD_DIR=FALSE \
47-
-DQGIS_INSTALL_PATH=/opt/INPUT/input-sdk-mac-$SDK_VERSION/stage/mac \
48-
-DQGIS_CMAKE_PATH=/opt/INPUT/input-sdk-mac-$SDK_VERSION/stage/mac/cmake \
4944
../geodiff
5045
5146
make -j $(sysctl -n hw.ncpu)

0 commit comments

Comments
 (0)