xmake initial build, uint -> uint32_t (stdlib test 03 fails with xmake, possible due to newer c and c++ versions)

This commit is contained in:
ProgramSnail 2025-05-24 17:24:19 +03:00
parent c348af161c
commit 6c19722d9e
11 changed files with 64 additions and 46 deletions

View file

@ -1,6 +1,9 @@
#!/usr/bin/env bash
dune build > /dev/null
xmake build
cp "build/linux/x86_64/release/byterun" byterun.exe
# dune build > /dev/null
prefix="../regression/"
suffix=".lama"