Skip to content

Commit 73e9560

Browse files
committed
tests in OSX
1 parent 2073833 commit 73e9560

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/osx.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,18 @@ jobs:
5959
echo "Printing R_HOME"
6060
echo $R_HOME
6161
62-
#- name: Run tests (C++)
63-
# working-directory: build/test
64-
# run: |
65-
# export R_HOME=$(R RHOME)
66-
# ./test_xtensor_r
62+
- name: Run tests (C++)
63+
working-directory: build/test
64+
run: |
65+
export R_HOME=$(R RHOME)
66+
./test_xtensor_r
6767
68-
#- name: Run tests (R)
69-
# working-directory: test
70-
# run: |
71-
# mkdir ~/.R
72-
# touch ~/.R/Makevars
73-
# echo "CXX14=$CXX" >> ~/.R/Makevars
74-
# echo "CXX14FLAGS=-fPIC -O2" >> ~/.R/Makevars
75-
# Rscript ./unittest.R
68+
- name: Run tests (R)
69+
working-directory: test
70+
run: |
71+
mkdir ~/.R
72+
touch ~/.R/Makevars
73+
echo "CXX20=$CXX" >> ~/.R/Makevars
74+
echo "CXX20FLAGS=-fPIC -O2 -std=c++20" >> ~/.R/Makevars
75+
Rscript ./unittest.R
7676

0 commit comments

Comments
 (0)