Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Hsu <kennethhsu@gmail.com>2021-02-07 00:21:46 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2021-02-07 00:21:46 +0300
commit1be235a245c7b6b8232aa1977f08f2a2e734ea72 (patch)
treef18f8c5a0acf6a6770d7fa3b3a4439f45424b905 /.github
parentfb28b14f372b6e7f97244c5ecbbfff39eef65452 (diff)
Remove ENABLE_GTK compilation symbol.
This is only needed for the UI and not needed for command-line tests.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/unit_tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml
index 380afc2b6..91675fb3a 100644
--- a/.github/workflows/unit_tests.yml
+++ b/.github/workflows/unit_tests.yml
@@ -31,7 +31,7 @@ jobs:
- name: Build Duplicati
run: |
nuget restore Duplicati.sln
- msbuild -p:Configuration=Release -p:DefineConstants=ENABLE_GTK Duplicati.sln
+ msbuild -p:Configuration=Release Duplicati.sln
- name: Run Unit Tests
run: |