mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-04 06:38:45 +00:00
add github actions
This commit is contained in:
+2
-2
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eo pipefail
|
||||
|
||||
###### Get Paths ##############################################################
|
||||
og_path=$PWD
|
||||
cd "$(dirname "$0")"
|
||||
@@ -12,8 +14,6 @@ echo ~~~ Running Expression Intro ~~~
|
||||
$build_path/expr_intro.exe $examps/expr/expr_intro.mdesk
|
||||
echo
|
||||
|
||||
exit
|
||||
|
||||
# Setup a big list of files for a few of the examples
|
||||
big_list=()
|
||||
big_list+=("$examps/intro/hello_world.mdesk")
|
||||
|
||||
Reference in New Issue
Block a user