##// END OF EJS Templates
Promoted Catch2 wrap and updated gitignore to not ignore wrap files!...
jeandet -
r1504:a55dd74ba7c6
parent child
Show More
@@ -0,0 +1,10
1 [wrap-file]
2 directory = Catch2-2.9.0
3
4 source_url = https://github.com/catchorg/Catch2/archive/v2.9.0.zip
5 source_filename = Catch2-2.9.0.zip
6 source_hash = df1d8ce6b80ebd6449b838540d88d670c2d7d76525c6cb412c52b5aa1c166816
7
8 patch_url = https://wrapdb.mesonbuild.com/v1/projects/catch2/2.9.0/1/get_zip
9 patch_filename = catch2-2.9.0-1-wrap.zip
10 patch_hash = 26f8f042c86433525e86078aff69524c631f20e0f5678e6620e3a37b51fe776b
@@ -1,16 +1,17
1 1 build/
2 2 _build/
3 3 CMakeLists.txt.user
4 4 /.project
5 5 core/src/Version.cpp
6 6 core/include/Version.h
7 7 3rdparty/
8 8 subprojects/*
9 !subprojects/*.wrap
9 10 documentation/*
10 11 **/.idea/*
11 12 **/__pycache__/*
12 13 *.srctrl*
13 14 *.kdev4
14 15 .vscode
15 16 *.pyc
16 17 *.swp
@@ -1,1 +1,1
1 Subproject commit 5d9a96289564d5cba1a9ba21c901645d39fbcbad
1 Subproject commit 3bce297cb13e8337d71adceae6737c104c66ad52
General Comments 0
You need to be logged in to leave comments. Login now