Skip to content

Commit 45bf650

Browse files
committed
update appveyor.yml and README
1 parent 61ca1fa commit 45bf650

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ Build instructions (Windows): [doc/howto/build.txt](doc/howto/build.txt)
2020

2121
Build instructions (Linux): [doc/howto/build-linux.txt](doc/howto/build-linux.txt)
2222

23-
Current status (Linux):
24-
Build Failed:
25-
[ 86%] Building CXX object src/xrCore/CMakeFiles/xrCore.dir/clsid.cpp.o
26-
xray-16/src/xrCore/_std_extensions.h:82:15: error: ?_fpclass? was not declared in this scope
27-
int cls = _fpclass(double(x));
28-
^~~~~~~~
29-
30-
3123
If you find a bug or have an enhancement request, file an [Issue](https://github.com/openxray/xray-16/issues).
3224

3325
Pull requests appreciated! However, the following things should be taken into consideration:

appveyor.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,3 @@ artifacts:
3434
name: xdOpenXRay.Rx86.7z
3535
- path: res/xdOpenXRay.Rx64.7z
3636
name: xdOpenXRay.Rx64.7z
37-
deploy:
38-
- provider: GitHub
39-
tag: xd$(appveyor_build_version)
40-
release: xdOpenXRay (build $(appveyor_build_version))
41-
description: $(APPVEYOR_REPO_COMMIT_MESSAGE)
42-
artifact: xdOpenXRay.Dx86.7z, xdOpenXRay.Dx64.7z, xdOpenXRay.Mx86.7z, xdOpenXRay.Mx64.7z, xdOpenXRay.Rx86.7z, xdOpenXRay.Rx64.7z
43-
draft: true
44-
force_update: true

0 commit comments

Comments
 (0)