Skip to content

Commit fd5beab

Browse files
authored
Merge pull request #38 from Advaitgaur004/cleanup-ii
[Cleanup] : Tidy up the build script
2 parents 1dffc75 + 0b77b08 commit fd5beab

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed

build.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/sh
2+
3+
set -e
4+
mkdir -p build
5+
cd build
6+
cmake ..
7+
cmake --build .
8+
9+
echo "\nBuild complete. Ctensor Tests Executable is in the 'build/bin' directory. Run 'build/bin/cten_tests' to run the tests. \n"
10+
echo "\nFor running the main(Demo) executable, run 'build/cten_exe' \n"

build_g.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)