1c67d6573Sopenharmony_ci#!/bin/sh 2c67d6573Sopenharmony_ci 3c67d6573Sopenharmony_ciset -e 4c67d6573Sopenharmony_ci 5c67d6573Sopenharmony_cicargo build --verbose 6c67d6573Sopenharmony_ci(cd ctest && ./compile && LD_LIBRARY_PATH=../../target/debug ./test) 7c67d6573Sopenharmony_ci(cd examples && ./compile && LD_LIBRARY_PATH=../../target/debug ./iter) 8