Skip to content

update CI

update CI #25

Workflow file for this run

name: Build [Clang] - Windows
on: [push, pull_request]
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v4
- name: Build JuleC
run: |
mkdir bin
clang++ shell32.lib -lws2_32 -O0 --std=c++17 -w -o bin\julec.exe ir.cpp
- name: Test JuleC
run: |
.\bin\julec -t src/julec
clang++ shell32.lib -lws2_32 -O0 --std=c++17 -w -o bin\julect.exe ir.cpp
- name: Test Build JuleC
run: |
.\bin\julect
.\bin\julect version
.\bin\julect julenv