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
+ 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
go build -o $module
done
Loading