diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 413513a..0ca9354 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -18,7 +18,7 @@ jobs: | |||
| 18 | run: | | 18 | run: | |
| 19 | export PYTHON=python3 | 19 | export PYTHON=python3 |
| 20 | export LDFLAGS="-Wl,-rpath=/usr/local/lib" | 20 | export LDFLAGS="-Wl,-rpath=/usr/local/lib" |
| 21 | ./autogen.sh | 21 | ./autogen.sh --enable-debug |
| 22 | - name: make | 22 | - name: make |
| 23 | run: make | 23 | run: make |
| 24 | - name: make check | 24 | - name: make check |
| @@ -74,7 +74,7 @@ jobs: | |||
| 74 | export LIBS="-L/Library/Frameworks/Python.framework/Versions/2.7/lib" | 74 | export LIBS="-L/Library/Frameworks/Python.framework/Versions/2.7/lib" |
| 75 | export PYTHON_EXTRA_LDFLAGS="-u _PyMac_Error /System/Library/Frameworks/Python.framework/Versions/2.7/Python" | 75 | export PYTHON_EXTRA_LDFLAGS="-u _PyMac_Error /System/Library/Frameworks/Python.framework/Versions/2.7/Python" |
| 76 | fi | 76 | fi |
| 77 | ./autogen.sh | 77 | ./autogen.sh --enable-debug |
| 78 | - name: make | 78 | - name: make |
| 79 | run: make | 79 | run: make |
| 80 | - name: make check | 80 | - name: make check |
| @@ -125,7 +125,7 @@ jobs: | |||
| 125 | echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV | 125 | echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV |
| 126 | - uses: actions/checkout@v2 | 126 | - uses: actions/checkout@v2 |
| 127 | - name: autogen | 127 | - name: autogen |
| 128 | run: ./autogen.sh CC=gcc CXX=g++ | 128 | run: ./autogen.sh CC=gcc CXX=g++ --enable-debug |
| 129 | - name: make | 129 | - name: make |
| 130 | run: make | 130 | run: make |
| 131 | - name: make check | 131 | - name: make check |
