servicepoint-binding-c/nix-build-all.sh
Vinzenz Schroeter 579a68c77a
Some checks failed
Rust / build-gnu-apt (pull_request) Failing after 4m38s
Rust / build-size-gnu-unstable (pull_request) Failing after 57s
size optimized examples build in flake, remove unstable compiler flags from makefile
dynamically linked bin is 16k
2025-06-02 23:10:03 +02:00

14 lines
277 B
Bash
Executable file

#!/usr/bin/env bash
set -e
set -x
nix build .#servicepoint-binding-c
nix build .#servicepoint-binding-c-stable-release
nix build .#servicepoint-binding-c-nightly-release
nix build .#servicepoint-binding-c-nightly-size
nix build .#all-examples
nix build .#all-examples-size