builds/archlinux: remove
This commit is contained in:
parent
1edb34b313
commit
bd335f17c8
1 changed files with 0 additions and 32 deletions
|
@ -1,32 +0,0 @@
|
|||
---
|
||||
image: archlinux
|
||||
packages:
|
||||
- clang
|
||||
- nix
|
||||
sources:
|
||||
- "https://git.sr.ht/~jeremy/callisto"
|
||||
tasks:
|
||||
- prepare: |
|
||||
printf 'experimental-features = nix-command flakes\n' \
|
||||
| sudo tee -a /etc/nix/nix.conf
|
||||
sudo systemctl start nix-daemon
|
||||
sudo usermod -aG nix-users build
|
||||
- build-clang: |
|
||||
cd callisto
|
||||
./configure -c clang
|
||||
make
|
||||
make clean
|
||||
- build-gcc: |
|
||||
cd callisto
|
||||
./configure -c gcc
|
||||
make
|
||||
- install: |
|
||||
sudo make -Ccallisto install
|
||||
- test: |
|
||||
csto callisto/test.lua
|
||||
- format: |
|
||||
cd callisto
|
||||
make format
|
||||
git diff --exit-code
|
||||
- flake: |
|
||||
nix build ./callisto
|
Loading…
Add table
Add a link
Reference in a new issue