Skip to content

Commit 7e20f88

Browse files
deadlightrealMorcules
authored andcommitted
Added build scripts for simplification
1 parent 749666a commit 7e20f88

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

build/build_for_release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cmake ../src -DCMAKE_BUILD_TYPE=Release
2+
make -B -j8

build/build_for_testing.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cmake ../src -DCMAKE_BUILD_TYPE=Debug -DSANITIZER=thread -DSWIFT_NET_INTERNAL_TESTING
2+
make -B -j8

tests/build_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
../build/build_for_testing.sh
2+
cmake . -DCMAKE_BUILD_TYPE=Debug -DSANITIZER=thread
3+
make -B -j8

0 commit comments

Comments
 (0)