Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
fbf4eac2
Commit
fbf4eac2
authored
Apr 19, 2015
by
Torkel Odegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added appveyor, trying to test if a windows CI build will be possible
parent
ebdbbbc0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
4 deletions
+22
-4
.bra.toml
+4
-4
appveyor.yml
+18
-0
No files found.
.bra.toml
View file @
fbf4eac2
[run]
init_cmds
=
[
[
"go"
,
"build"
,
"-o"
,
"./bin/grafana-server"
],
["./bin/grafana-server"]
[
"go"
,
"build"
,
"-o"
,
"./bin/grafana-server
.exe
"
],
["./bin/grafana-server
.exe
"]
]
watch_all
=
true
watch_dirs
=
[
...
...
@@ -12,6 +12,6 @@ watch_dirs = [
watch_exts
=
[
".go"
,
".ini"
]
build_delay
=
1500
cmds
=
[
[
"go"
,
"build"
,
"-o"
,
"./bin/grafana-server"
],
["./bin/grafana-server"]
[
"go"
,
"build"
,
"-o"
,
"./bin/grafana-server
.exe
"
],
["./bin/grafana-server
.exe
"]
]
appveyor.yml
0 → 100644
View file @
fbf4eac2
version
:
"
{build}"
os
:
Windows Server 2012 R2
clone_folder
:
c:\gopath\src\github.com\grafana\grafana
environment
:
GOPATH
:
c:\gopath
install
:
-
echo %PATH%
-
echo %GOPATH%
-
go version
-
go env
-
go get -v -t ./...
build_script
:
-
go test -v ./pkg/...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment