Skip to content

Commit

Permalink
version v.1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isidore committed Mar 1, 2018
1 parent 262fc37 commit 59e26ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Binary file removed build/SingleHpp.jar
Binary file not shown.
Binary file not shown.
8 changes: 5 additions & 3 deletions build/build_hpp.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
cd ../ApprovalTests
java -jar ../build/SingleHpp.jar ../build/releases/ApprovalTests.v.1.1.0.hpp
#!/bin/sh
VERSION="v.1.1.0"
cd ../ApprovalTests
java -jar ../build/SingleHpp.v.0.0.2.jar ../build/releases/ApprovalTests.$VERSION.hpp

cp ../build/releases/ApprovalTests.v.1.1.0.hpp ../../ApprovalTests.Cpp.StarterProject/lib
cp ../build/releases/ApprovalTests.$VERSION.hpp ../../ApprovalTests.Cpp.StarterProject/lib

0 comments on commit 59e26ff

Please sign in to comment.