diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-05-29 12:37:20 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-05-29 12:37:20 +0200 |
commit | 12549e3e44f746590aaef69bbbbf438d2e9807cc (patch) | |
tree | 54c58892fd0ba6d7ce329e6faca96d9dbf3bb962 | |
parent | 5837714122715d81a711736246261f8c6c7bea8e (diff) |
gitlab-ci
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1285acb..597eb1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ build: script: - nix-env -f shell.nix -i -A buildInputs + - python ./nix/android-shell-shellHook.py ${ANDROID_HOME}/build-tools ${ANDROID_HOME}/platforms - make build artifacts: |