Use CURRENT_SOURCE_DIR instead of SOURCE_DIR, to allow submodule buil… #2
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
#on: push | |
## push: | |
## branches: [ master ] | |
## pull_request: | |
## branches: [ master ] | |
# | |
#jobs: | |
# build: | |
# | |
# runs-on: ubuntu-latest | |
# | |
# steps: | |
# - name: texinfo | |
# run: sudo apt-get install texlive | |
# - uses: actions/checkout@v2 | |
# - name: m4 | |
# run: mkdir m4 | |
# - name: autoreconf | |
# run: autoreconf -i | |
# - name: configure | |
# run: ./configure | |
# - name: check | |
# run: make -f dev-makefile check |