Commit 37af2a0df692b0e05f1427f1f0f9502637ba9600

Edward Thomson 2020-06-06T21:55:27

Update main.yml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index ea18a4d..06afeac 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -55,6 +55,10 @@ jobs:
         -
           os: ubuntu-latest
           image: 'ubuntu:xenial'
+          cc: gcc
+          cmake_generator: Ninja
+          cmake_options: -DUSE_HTTPS=OpenSSL -DREGEX_BACKEND=builtin -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=valgrind -DUSE_GSSAPI=ON
+          gittest_negotiate_password: ${{ secrets.GITTEST_NEGOTIATE_PASSWORD }}
         -
           os: macos-latest
         -
@@ -63,3 +67,5 @@ jobs:
     runs-on: ${{ matrix.platform.os }}
     steps:
       - run: echo ${{ matrix.platform.os }} ${{matrix.platform.image}}
+      - run: |
+          env