tangled
alpha
login
or
join now
nandi.latha.org
/
godemo
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Fix recipe: simpler test, remove unused curl dep
nandi
3 weeks ago
75869014
78002a81
1/1
build.yml
success
9s
+3
-6
2 changed files
expand all
collapse all
unified
split
.tangled
workflows
conda-release.yml
recipe.yaml
-1
.tangled/workflows/conda-release.yml
···
16
16
nixpkgs:
17
17
- go
18
18
- rattler-build
19
19
-
- curl
20
19
21
20
environment:
22
21
CGO_ENABLED: "0"
+3
-5
recipe.yaml
···
1
1
package:
2
2
name: godemo
3
3
-
version: "0.1.0"
3
3
+
version: "0.1.2"
4
4
5
5
source:
6
6
# Use git source for spindle builds - it clones the repo
···
17
17
18
18
tests:
19
19
- script:
20
20
-
- godemo &
21
21
-
- sleep 1
22
22
-
- curl -s http://localhost:8080/health | grep -q OK
23
23
-
- pkill godemo
20
20
+
- test -f $PREFIX/bin/godemo
21
21
+
- test -x $PREFIX/bin/godemo
24
22
25
23
about:
26
24
homepage: https://tangled.org/@nandi.latha.org/godemo