Skip to content

Commit

Permalink
Merge pull request #11 from ni/add-user-auth-models
Browse files Browse the repository at this point in the history
Add niuser and niauth swagger models
  • Loading branch information
Gergő Papp-Szentannai committed Aug 27, 2020
2 parents 2882e38 + cb3a29a commit f030d82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/build.sh
Expand Up @@ -16,6 +16,8 @@ cp systemlink-OpenAPI-documents/test-monitor/nitestmonitor-v2.yml build/models/t
cp systemlink-OpenAPI-documents/tdm-reader/nitdmreader.yml build/models/tdms.yml
cp systemlink-OpenAPI-documents/file/nifile.yml build/models/files.yml
cp systemlink-OpenAPI-documents/opcclient/niopcclient.yml build/models/opc.yml
cp systemlink-OpenAPI-documents/auth/niauth.yaml build/models/auth.yml
cp systemlink-OpenAPI-documents/user/niuser.yaml build/models/user.yml

# download dependencies
echo "Downloading golang dependencies"
Expand All @@ -33,4 +35,4 @@ GOOS=windows GOARCH=386 go build -o build/systemlink.exe cmd/main.go
echo "Building MacOS executable"
GOOS=darwin GOARCH=amd64 go build -o build/systemlink.osx cmd/main.go

echo "Done!"
echo "Done!"

0 comments on commit f030d82

Please sign in to comment.