exact_exponent_expt take a long instead of a SCM now #628
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: C/C++ CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
- name: timestamp correction | |
run: ./utils/time-correct | |
- name: configure | |
run: ./configure | |
- name: make | |
run: make -j1 | |
- name: make check | |
run: make check | |
# - name: make distcheck | |
# run: make distcheck |