This commit is contained in:
Dmitriy Kholkin 2023-06-27 01:51:52 +03:00
parent fa59b31abe
commit ed3b19fd3b

View File

@ -39,10 +39,9 @@ jobs:
run: | run: |
export TMPDIR=$(pwd)/build/tmp export TMPDIR=$(pwd)/build/tmp
mkdir -p $TMPDIR mkdir -p $TMPDIR
nix build --store $(pwd)/build -L .#ivpn-ui echo 'Build host-workstation'
# echo 'Build host-workstation' nix build --out-link result-workstation --store $(pwd)/build .#host-workstation
# nix build --out-link result-workstation --store $(pwd)/build .#host-workstation echo 'Build host-hypervisor'
# echo 'Build host-hypervisor' nix build --out-link result-hypervisor --store $(pwd)/build .#host-hypervisor
# nix build --out-link result-hypervisor --store $(pwd)/build .#host-hypervisor
- name: Push to cache - name: Push to cache
run: nix develop .#ci -c attic push ataraxiadev ./result* run: nix develop .#ci -c attic push ataraxiadev ./result*