Skip to content

Commit

Permalink
fixup! ci: add win32 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoulter committed May 18, 2024
1 parent 8465fab commit e11c156
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions .github/workflows/vader-vim-win32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,29 +51,29 @@ jobs:
"@ | Out-File -FilePath hello.c
./c-worksheet-instrumentor-0.2.6/bin/c-worksheet-instrumentor.bat hello.c
- name: Test Vim
run: |
# Uploaded release compiled with recent Java.
$env:JAVA_HOME = $env:JAVA_HOME_21_X64
$env:PATH = "c-worksheet-instrumentor-0.2.6\bin;$env:PATH"
vim -Es -Nu init.vim -c 'Vader! test\*.vader'
timeout-minutes: 2

- name: Kill Server
run: |
taskkill /im "edu.nus.worksheet.WorksheetifyServer.exe" /f | Out-Null
Start-Sleep -Seconds 3
- name: Test Vim (with bad c-worksheetify-server)
run: |
$env:PATH = "test\bad_server_command;$env:PATH"
vim -Es -Nu init.vim -c 'Vader! test/bad_server_command/*.vader'
timeout-minutes: 2

- name: Test Vim (with c-worksheetify-server not on PATH)
run: |
vim -Es -Nu init.vim -c 'Vader! test/command_not_found/*.vader'
timeout-minutes: 2
## - name: Test Vim
## run: |
## # Uploaded release compiled with recent Java.
## $env:JAVA_HOME = $env:JAVA_HOME_21_X64
## $env:PATH = "c-worksheet-instrumentor-0.2.6\bin;$env:PATH"
## vim -Es -Nu init.vim -c 'Vader! test\*.vader'
## timeout-minutes: 2
##
## - name: Kill Server
## run: |
## taskkill /im "edu.nus.worksheet.WorksheetifyServer.exe" /f | Out-Null
## Start-Sleep -Seconds 3
##
## - name: Test Vim (with bad c-worksheetify-server)
## run: |
## $env:PATH = "test\bad_server_command;$env:PATH"
## vim -Es -Nu init.vim -c 'Vader! test/bad_server_command/*.vader'
## timeout-minutes: 2
##
## - name: Test Vim (with c-worksheetify-server not on PATH)
## run: |
## vim -Es -Nu init.vim -c 'Vader! test/command_not_found/*.vader'
## timeout-minutes: 2

- name: Test NeoVim
run: |
Expand Down

0 comments on commit e11c156

Please sign in to comment.