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