Skip to content

update test

update test #13

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
run: |
mkdir bin
clang++ --std=c++17 -Wno-everything -o bin\julec ir.cpp -lshell32
- name: Run
run: |
.\bin\julec