Skip to content

Commit 9e7ada1

Browse files
committed
Remove appveyor CI
1 parent e21987f commit 9e7ada1

File tree

2 files changed

+0
-25
lines changed

2 files changed

+0
-25
lines changed

QtConfig.cmake

-24
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,3 @@ set(QT_SDK_DIR
66
# Change this value to the Qt SDK path of your build environment
77
"$ENV{QTDIR}"
88
)
9-
10-
#
11-
# For CI system
12-
#
13-
if (DEFINED ENV{APPVEYOR})
14-
if(OS_WINDOWS)
15-
set(QT_SDK_DIR
16-
# Change this value to the Qt SDK path of your build environment
17-
"C:\\Qt\\5.15.2\\msvc2019_64\\lib\\cmake"
18-
)
19-
elseif (OS_LINUX)
20-
set(QT_SDK_DIR
21-
# Change this value to the Qt SDK path of your build environment
22-
"$ENV{HOME}/Qt/latest/gcc_64/lib/cmake"
23-
)
24-
elseif(OS_MACOS)
25-
set(QT_SDK_DIR
26-
# Change this value to the Qt SDK path of your build environment
27-
"$ENV{HOME}/Qt/latest/clang_64/lib/cmake"
28-
)
29-
else()
30-
message(FATAL_ERROR "Unsupported plaftorm")
31-
endif()
32-
endif()

readme.md

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ QCefView is a Qt based QWidget which encapsulates [CEF](https://bitbucket.org/ch
1313
| | Windows | macOS | Linux |
1414
|---|---|---|---|
1515
| Github |[![Build on Windows](https://github.com/CefView/QCefView/actions/workflows/build-windows.yml/badge.svg)](https://github.com/CefView/QCefView/actions/workflows/build-windows.yml)|[![Build on macOS](https://github.com/CefView/QCefView/actions/workflows/build-macos.yml/badge.svg)](https://github.com/CefView/QCefView/actions/workflows/build-macos.yml)|[![Build on Linux](https://github.com/CefView/QCefView/actions/workflows/build-linux.yml/badge.svg)](https://github.com/CefView/QCefView/actions/workflows/build-linux.yml)|
16-
| Appveyor |[![Build status](https://ci.appveyor.com/api/projects/status/agc71l5c36l71euq?svg=true)](https://ci.appveyor.com/project/tishion/qcefview-windows-x64)|[![Build status](https://ci.appveyor.com/api/projects/status/rgpf3ba0isi6l9xa?svg=true)](https://ci.appveyor.com/project/tishion/qcefview-macos-x64)|[![Build status](https://ci.appveyor.com/api/projects/status/dvp079wfowu60m7c?svg=true)](https://ci.appveyor.com/project/tishion/qcefview-linux-x64)|
1716

1817

1918
# Reference

0 commit comments

Comments
 (0)