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
3
ci/bin/build-go.sh 100644 → 100755
+ 2
2
#!/bin/bash
#!/bin/sh
# Copyright (C) 2022 Associated Universities, Inc. Washington DC, USA.
#
# This file is part of NRAO Workspaces.
@@ -47,5 +47,5 @@ do
# echo "PEX build impossible in $PWD because there is no setup.py file"
# fi
# cd ..
go build
CGO_ENABLED=0 go build -a -ldflags "-w -s" -o $BUILD_DIR/$module
done
Loading