|
|
|
|
|
|
|
|
run: ./autogen.sh ; chmod -x INSTALL m4/*.m4 |
|
|
run: ./autogen.sh ; chmod -x INSTALL m4/*.m4 |
|
|
- name: configure |
|
|
- name: configure |
|
|
run: ${{ matrix.configflags }} ./configure ${{ matrix.config }} |
|
|
run: ${{ matrix.configflags }} ./configure ${{ matrix.config }} |
|
|
|
|
|
- name: Store the config |
|
|
|
|
|
if: ${{ failure() }} |
|
|
|
|
|
uses: actions/upload-artifact@v2 |
|
|
|
|
|
with: |
|
|
|
|
|
name: config-${{ matrix.sanitizer }}.log |
|
|
|
|
|
path: config.log |
|
|
- name: make |
|
|
- name: make |
|
|
run: ${{ matrix.build_env }} make |
|
|
run: ${{ matrix.build_env }} make |
|
|
- name: make check |
|
|
- name: make check |