Browse Source

Disable gradle in reprotest

It seems that reprotest is breaking the gradle build
master
Samuel Thibault 3 years ago
parent
commit
d8b5786330
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml View File

@@ -140,7 +140,7 @@ jobs:
- name: autoconf
run: ./autogen.sh ; chmod -x INSTALL m4/*.m4
- name: run
run: reprotest 'CFLAGS="${{ matrix.archconfigflags }}" CXXFLAGS="${{ matrix.archconfigflags }}" ./configure && make clean && make && make check && touch success' success
run: reprotest 'CFLAGS="${{ matrix.archconfigflags }}" CXXFLAGS="${{ matrix.archconfigflags }}" ./configure --without-gradle && make clean && make && make check && touch success' success

distcheck:


Loading…
Cancel
Save