Skip to content

Commit 12c16af

Browse files
authored
cppalliance/decimal (#30)
1 parent 859154b commit 12c16af

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
set -xe
4+
pwd
5+
sourcefile=boost-root/libs/decimal/doc/html/decimal.html
6+
destfile=boost-root/libs/decimal/doc/html/index.html
7+
8+
if [ ! -f $destfile ]; then
9+
cp $sourcefile $destfile
10+
fi
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
set -xe
4+
echo "export PRTEST=prtest3" >> jenkinsjobinfo.sh
5+
echo "export ONLY_BUILD_ON_DOCS_MODIFICATION=true" >> jenkinsjobinfo.sh

0 commit comments

Comments
 (0)