diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 597eb1d..e5ac6f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,9 +10,8 @@ build: - export NIX_PATH=nixpkgs=channel:nixos-unstable script: - - nix-env -f shell.nix -i -A buildInputs - - python ./nix/android-shell-shellHook.py ${ANDROID_HOME}/build-tools ${ANDROID_HOME}/platforms - - make build + - nix-shell --command "make build" + - "echo $(ls)" artifacts: paths: |