Skip to content

Updated CI.yml and readme.md. #2

Updated CI.yml and readme.md.

Updated CI.yml and readme.md. #2

Workflow file for this run

name: CI
on: [push]
jobs:
build-ubuntu:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Test
run: |
(DIR=kekinian && SIREUM_V=master && export SIREUM_NO_SETUP=true && rm -fR $DIR && mkdir -p $DIR/bin && cd $DIR/bin && curl -JLso init.sh https://raw.githubusercontent.com/sireum/kekinian/$SIREUM_V/bin/init.sh && bash init.sh)
SIREUM_HOME=`pwd`/kekinian bin/test.cmd