view src/msys64.bat @ 32284:8a7a4c1f41e0 v9.0.1473

patch 9.0.1473: CI does not run sound tests Commit: https://github.com/vim/vim/commit/017227079f104bd69483ee3d33e31490d7e52135 Author: ichizok <gclient.gaap@gmail.com> Date: Fri Apr 21 17:46:57 2023 +0100 patch 9.0.1473: CI does not run sound tests Problem: CI does not run sound tests. Solution: Re-enable sound tests. Use "apt-get" instead of "apt". (Ozaki Kiichi, closes #12280)
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Apr 2023 19:00:04 +0200
parents 78449866e9a9
children
line wrap: on
line source

@echo off
rem To be used on MS-Windows for Msys2 with the 64 bit MinGW compiler.
rem Adjust the "c:\msys64" part to match your installation.
@echo on

set PATH=c:\msys64\mingw64\bin;c:\msys64\usr\bin;%PATH%