summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-05-29 12:55:52 +0200
committerDaniel Weipert <code@drogueronin.de>2023-05-29 12:55:52 +0200
commit2c085da6502d20ccb494df09eff7b319d59d4ba6 (patch)
treed0c638dd4f5fcadcb6ddc0520521331244da6cad
parent8745fd05b0fcff48a1923854183fd6a4516f6e6b (diff)
gitlab-ci
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--Readme.md3
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e5ac6f0..9d47c82 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ build:
script:
- nix-shell --command "make build"
- - "echo $(ls)"
+ - "echo $(pwd) $(ls)"
artifacts:
paths:
diff --git a/Readme.md b/Readme.md
index af3af6a..bebbbc1 100644
--- a/Readme.md
+++ b/Readme.md
@@ -36,3 +36,6 @@
### APK
- https://stackoverflow.com/questions/43513006/how-to-build-a-release-apk-with-signature-in-bazel
- https://groups.google.com/g/bazel-discuss/c/2BPWVRnsiGc
+
+### Gitlab CI
+- https://discourse.nixos.org/t/how-to-use-nix-develop-within-a-gitlab-ci-pipeline/24027