Skip to content
Snippets Groups Projects

WS-702 Added yaml and sh scripts to build go modules via CI

Merged Nathan Bockisch requested to merge WS-702 into main
1 unresolved thread
Files
2
+ 1
1
@@ -47,5 +47,5 @@ do
# echo "PEX build impossible in $PWD because there is no setup.py file"
# fi
# cd ..
go build
go build -o $BUILD_DIR/$module
done
Loading