diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-05-29 12:55:52 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-05-29 12:55:52 +0200 |
commit | 2c085da6502d20ccb494df09eff7b319d59d4ba6 (patch) | |
tree | d0c638dd4f5fcadcb6ddc0520521331244da6cad | |
parent | 8745fd05b0fcff48a1923854183fd6a4516f6e6b (diff) |
gitlab-ci
-rw-r--r-- | .gitlab-ci.yml | 2 | ||||
-rw-r--r-- | Readme.md | 3 |
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: @@ -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 |