Skip to content
Snippets Groups Projects
Commit 85f4ccd5 authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix clang?

parent 585df9e4
No related branches found
No related tags found
1 merge request!3Add go.mod
Pipeline #4442 failed with stages
in 5 minutes and 22 seconds
...@@ -21,7 +21,7 @@ before_script: ...@@ -21,7 +21,7 @@ before_script:
- cd $GOPATH/src/$REPO_NAME - cd $GOPATH/src/$REPO_NAME
- cp config-sample.json config.json - cp config-sample.json config.json
- export CC=clang-5.0 - export CC=clang
- make dep - make dep
...@@ -63,4 +63,4 @@ build: ...@@ -63,4 +63,4 @@ build:
- make - make
artifacts: artifacts:
paths: paths:
- dyndnsd-client/ - dyndnsd-client/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment