GitHub: Fix osx build
This commit is contained in:
1
.github/workflows/osx.yml
vendored
1
.github/workflows/osx.yml
vendored
@@ -87,6 +87,7 @@ jobs:
|
||||
MAKEVARS: ${{ matrix.makevars }}
|
||||
CONFIGURE_OPTS: ${{ matrix.configureopts }}
|
||||
run: |
|
||||
cd build
|
||||
make check
|
||||
- name: Install
|
||||
run: |
|
||||
|
7
.github/workflows/scanbuild.yml
vendored
7
.github/workflows/scanbuild.yml
vendored
@@ -48,6 +48,13 @@ jobs:
|
||||
(cd lib/libedit && make -j4)
|
||||
(cd lib/sqlite && make -j4)
|
||||
scan-build --keep-going make -j4
|
||||
- name: Test
|
||||
env:
|
||||
CC: ${{ matrix.compiler }}
|
||||
MAKEVARS: ${{ matrix.makevars }}
|
||||
run: |
|
||||
cd build
|
||||
ulimit -c unlimited
|
||||
scan-build --keep-going make check
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
|
Reference in New Issue
Block a user