We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dffc75 + 0b77b08 commit fd5beabCopy full SHA for fd5beab
build.sh
@@ -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
0 commit comments