Skip to content

No Travis :(

No Travis :( #39

Workflow file for this run

name: Compile
on:
push:
jobs:
windows:
name: run on windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: ilammy/[email protected]
- name: compile
run: |
cd WhatAboutSAM; cd WhatAboutSAM; cl main.cpp /Fe:WhatAboutSAM /std:c++14
- name: upload executable
uses: actions/upload-artifact@v2
with:
name: WhatAboutSAM
path: |
WhatAboutSAM\WhatAboutSAM\WhatAboutSAM.exe