Update cmake.yml

Check then build to avoid object files in src directory
This commit is contained in:
Scott Charlton 2021-09-28 17:15:13 -06:00 committed by GitHub
parent 2ffcc14386
commit 01dbd82eb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,12 +109,12 @@ jobs:
- name: versioning
run: ./jenkins-dist.sh -v ${{ needs.init.outputs.VER }} -r ${{ needs.init.outputs.REL }} -d ${{ needs.init.outputs.DATE }}
- name: build
run: cd R && make build
- name: check
run: cd R && make check
- name: build
run: cd R && make build
- uses: actions/upload-artifact@v2
with:
name: cran