From 2943b14334acb599cd2363a3688be062ab5fd87a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 4 Mar 2025 20:06:52 +0100 Subject: Cleanup, fix/update sv.po, begin use of plain make and renaming project to redshift-ng MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- appveyor.yml | 52 ---------------------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 appveyor.yml (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 0ac3983..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,52 +0,0 @@ -image: -- Visual Studio 2015 - -environment: - matrix: - - arch: x86_64 - - arch: i686 - -build: - verbosity: detailed - -build_script: -- ps: | - If ($env:arch -Match "x86_64") { - $env:MSYSTEM = "MINGW64" - } Else { - $env:MSYSTEM = "MINGW32" - } - - $env:CONFIGURE_FLAGS = "--disable-drm --disable-randr --disable-vidmode --enable-wingdi --disable-quartz --disable-geoclue2 --disable-corelocation --disable-gui --disable-ubuntu --disable-nls --host=$env:arch-w64-mingw32" - -- ps: md (Join-Path $env:APPVEYOR_BUILD_FOLDER root) -- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && ./bootstrap" -- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && ./configure --prefix=\"$APPVEYOR_BUILD_FOLDER/root\" $CONFIGURE_FLAGS" -- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make distcheck DISTCHECK_CONFIGURE_FLAGS=\"$CONFIGURE_FLAGS\"" -- C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER && make install" - -test_script: -- | - %APPVEYOR_BUILD_FOLDER%\root\bin\redshift.exe -l 12:-34 -pv -- | - %APPVEYOR_BUILD_FOLDER%\root\bin\redshift.exe -l 12:-34 -m dummy -vo -- ps: Set-Content -Value "[redshift]`ndawn-time=6:30`ndusk-time=18:00-19:30`n" -Path time.config -- | - %APPVEYOR_BUILD_FOLDER%\root\bin\redshift.exe -c time.config -pv -- | - %APPVEYOR_BUILD_FOLDER%\root\bin\redshift.exe -c time.config -m dummy -vo - -after_build: -- ps: | - $ZIP_NAME = "redshift-windows-$env:arch" - $ZIP_FILE = "redshift-windows-$env:arch.zip" - - md $ZIP_NAME - Copy-Item -Path $env:APPVEYOR_BUILD_FOLDER\root\bin\redshift.exe -Destination $ZIP_NAME - Copy-Item -Path README.md -Destination $ZIP_NAME/README.txt - Copy-Item -Path NEWS.md -Destination $ZIP_NAME/NEWS.txt - Copy-Item -Path COPYING -Destination $ZIP_NAME/COPYING.txt - Copy-Item -Path redshift.conf.sample -Destination $ZIP_NAME - 7z a $ZIP_FILE $ZIP_NAME/ - -- ps: Push-AppveyorArtifact $ZIP_FILE -- cgit v1.2.3-70-g09d2