1c67d6573Sopenharmony_ci#!/bin/sh 2c67d6573Sopenharmony_ci 3c67d6573Sopenharmony_ciset -ex 4c67d6573Sopenharmony_ci 5c67d6573Sopenharmony_cicargo build --manifest-path ../Cargo.toml 6c67d6573Sopenharmony_cigcc -DDEBUG -o test test.c -ansi -Wall -I../include -L../../target/debug -lrure 7c67d6573Sopenharmony_ci# If you're using librure.a, then you'll need to link other stuff: 8c67d6573Sopenharmony_ci# -lutil -ldl -lpthread -lgcc_s -lc -lm -lrt -lutil -lrure 9