Skip to content

Commit 9716fb9

Browse files
authored
Drop CXX_STD in Makevars (#168)
1 parent 0222a6a commit 9716fb9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
imageName: "ubuntu-latest"
1414
macos:
1515
imageName: "macOS-latest"
16+
cppVer: "CXX20"
17+
macos_cpp11:
18+
imageName: "macOS-latest"
19+
cppVer: "CXX11"
1620
pool:
1721
vmImage: $(imageName)
1822

@@ -36,6 +40,11 @@ jobs:
3640
sudo apt-get install -qq valgrind
3741
displayName: Setup valgrind
3842
condition: eq(variables['Agent.OS'], 'Linux')
43+
- script: |
44+
echo CXX_STD = $(cppVer) >> Makevars
45+
workingDirectory: r-package/policytree/src
46+
displayName: Specify CXX_STD in R Makevars
47+
condition: ne(variables['Agent.OS'], 'Linux')
3948
- script: |
4049
curl -OLs https://eddelbuettel.github.io/r-ci/run.sh && chmod 0755 run.sh
4150
./run.sh bootstrap

r-package/policytree/src/Makevars

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)