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 8306d3d commit 777edb1
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/vader-vim-win32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,6 @@ 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: |
Expand Down Expand Up @@ -94,6 +86,15 @@ jobs:
nvim -Es -u init.vim -c 'Vader! test/bad_server_command/*.vader'
timeout-minutes: 2

- name: Test Vim
run: |
Import-Module "$env:ChocolateyInstall/helpers/chocolateyInstaller.psm1"
refreshenv
$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: Test NeoVim
run: |
Import-Module "$env:ChocolateyInstall/helpers/chocolateyInstaller.psm1"
Expand Down

0 comments on commit 777edb1

Please sign in to comment.