diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-05-29 10:48:49 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-05-29 10:48:49 +0200 |
commit | fdb736ac3211c651783667d06c5a98fee14799f9 (patch) | |
tree | 089cc59e9e110db421c6892db50b2348d57a261b | |
parent | 6be1c84f5d190c6ec6dfdd76a35a17564e7a2d05 (diff) |
gitlab-ci
-rw-r--r-- | .gitlab-ci.yml | 1 | ||||
-rw-r--r-- | shell.nix | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b83e95..d9cc943 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ build: script: - make build + - bazel build //app/java:dnsproxy artifacts: paths: @@ -22,6 +22,5 @@ mkShell rec { shellHook = '' # TODO: replace with nix builtins python ./nix/android-shell-shellHook.py ${ANDROID_HOME}/build-tools ${ANDROID_HOME}/platforms - echo $(which make) ''; } |