Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Nov 23, 2024
1 parent 9bf5e42 commit f399abc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ jobs:
- name: Homebrew
run: |
brew install qt6 pkgconf jq
brew link --overwrite pkgconf
brew link qt
- name: configure
run: ./configure --prefix=/usr/local
- name: build
Expand All @@ -166,8 +164,6 @@ jobs:
- name: Homebrew
run: |
brew install qt6 pkgconf jq mongo-c-driver gflags glog lz4
brew link --overwrite pkgconf
brew link qt
- name: configure
run: ./configure --prefix=/usr/local --enable-shared-mongoc --enable-shared-glog --enable-shared-lz4
- name: build
Expand Down
2 changes: 1 addition & 1 deletion configure.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo ON
@echo off
@setlocal

set VERSION=2.10.0
Expand Down
22 changes: 11 additions & 11 deletions tools/test/releasetest/releasetest.bat
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@ cd %APPDIR%
echo n | tspawn s blog
tspawn w foo

@REM :: Test in debug mode
@REM call :CMakeBuild Debug
@REM if ERRORLEVEL 1 exit /B %ERRORLEVEL%
@REM call :CheckWebApp treefrogd.exe
@REM if ERRORLEVEL 1 exit /B %ERRORLEVEL%

@REM call :QMakeBuild debug
@REM if ERRORLEVEL 1 exit /B %ERRORLEVEL%
@REM call :CheckWebApp treefrogd.exe
@REM if ERRORLEVEL 1 exit /B %ERRORLEVEL%
@REM nmake distclean >nul 2>nul
:: Test in debug mode
call :CMakeBuild Debug
if ERRORLEVEL 1 exit /B %ERRORLEVEL%
call :CheckWebApp treefrogd.exe
if ERRORLEVEL 1 exit /B %ERRORLEVEL%

call :QMakeBuild debug
if ERRORLEVEL 1 exit /B %ERRORLEVEL%
call :CheckWebApp treefrogd.exe
if ERRORLEVEL 1 exit /B %ERRORLEVEL%
nmake distclean >nul 2>nul

:: Test in release mode
call :CMakeBuild Release
Expand Down

0 comments on commit f399abc

Please sign in to comment.