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

Commit a3c289d

Browse files
committed
move client code to separate repository
1 parent 1c23db3 commit a3c289d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Auto Tests
1+
name: Linux Build
22
on: [push]
33
env:
44
TEST_MERGIN_URL: https://test.dev.cloudmergin.com/
55
TEST_API_USERNAME: test_inputapp
66
TEST_API_PASSWORD: ${{ secrets.MERGINTEST_API_PASSWORD }}
77

88
jobs:
9-
tests:
9+
linux_build:
1010
if: ( github.repository == 'lutraconsulting/mergin-cpp-client' )
1111
runs-on: ubuntu-latest
1212
steps:
@@ -53,6 +53,7 @@ jobs:
5353
cd build-mergin-cpp-client
5454
5555
qmake \
56+
'QMAKE_CFLAGS_ISYSTEM=-I' \
5657
../mergin-cpp-client/src/client.pro \
5758
CONFIG+=debug
5859

.github/workflows/windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
uses: jurplel/install-qt-action@v2
4545
with:
4646
cached: ${{ steps.cache-qt.outputs.cache-hit }}
47-
modules: 'qtnetwork'
4847
arch: win64_msvc2019_64
4948
version: 5.14.2
5049

0 commit comments

Comments
 (0)