-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deleted unnecessary files, added auto-update RcppExports
- Loading branch information
1 parent
ac57bcb
commit 2be73a9
Showing
5 changed files
with
8 additions
and
116 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,17 +15,22 @@ jobs: | |
ref: 'dev' | ||
|
||
- name: Set up Autotools | ||
run: sudo apt-get update && sudo apt-get install -y autoconf automake libtool sed r-base r-cran-rcppeigen g++ libeigen3-dev python3-pybind11 libgsl-dev | ||
run: sudo apt-get update && sudo apt-get install -y autoconf r-base r-cran-rcppeigen r-cran-rcppprogress g++ libeigen3-dev python3-pybind11 libgsl-dev | ||
|
||
- name: Run autoreconf | ||
run: | | ||
autoreconf -fiv | ||
./configure | ||
- name: Rcpp compileAttributes | ||
run: | | ||
Rscript -e "Rcpp::compileAttributes()" | ||
- name: Push to Main Branch | ||
run: | | ||
git config --global user.name 'GitHub Action' | ||
git config --global user.email '[email protected]' | ||
git add configure DESCRIPTION VERSION docs/sphinx/conf.py | ||
git add src/RcppExports.cpp R/RcppExports.R | ||
git rm -f DESCRIPTION.in | ||
git commit -m "Auto-update Autotools files" || echo "No changes to commit" | ||
git push origin HEAD:main -f |
This file was deleted.
Oops, something went wrong.
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