Skip to content

Commit 203ee8f

Browse files
committed
Test script
1 parent 7ba91ea commit 203ee8f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test.sh

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#!/bin/sh
2+
3+
set -ex
4+
5+
git clean -fdx src
6+
R CMD INSTALL .
7+
cd ../../dm
8+
R -q -f pack.R || false

0 commit comments

Comments
 (0)