Skip to content

Commit

Permalink
Add CONTRIBUTING.md and PULL_REQUEST_TEMPLATE and fix test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Petric committed Mar 23, 2017
1 parent 1b0cc3e commit 2b7b2c1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contribution Guidelines

Please have a look at the [contribution guidelines for iLCSoft](https://github.com/iLCSoft/ilcsoftDoc/blob/master/.github/CONTRIBUTING.md)
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@


BEGINRELEASENOTES
- Thank you for writing the text to appear in the release notes. It will show up
exactly as it appears between the two bold lines
- ...

ENDRELEASENOTES
5 changes: 2 additions & 3 deletions .travis-ci.d/compile_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ source $ILCSOFT/init_ilcsoft.sh
cd /Package
mkdir build
cd build
cmake -GNinja -C $ILCSOFT/ILCSoft.cmake -DCMAKE_CXX_FLAGS="-fdiagnostics-color=always" ..
ninja
cmake -GNinja -C $ILCSOFT/ILCSoft.cmake -DCMAKE_CXX_FLAGS="-fdiagnostics-color=always" .. && \
ninja && \
ctest --output-on-failure

0 comments on commit 2b7b2c1

Please sign in to comment.