Skip to content

Commit

Permalink
update appveyor.yml and README
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed May 18, 2018
1 parent 61ca1fa commit 45bf650
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ Build instructions (Windows): [doc/howto/build.txt](doc/howto/build.txt)

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

Current status (Linux):
Build Failed:
[ 86%] Building CXX object src/xrCore/CMakeFiles/xrCore.dir/clsid.cpp.o
xray-16/src/xrCore/_std_extensions.h:82:15: error: ?_fpclass? was not declared in this scope
int cls = _fpclass(double(x));
^~~~~~~~


If you find a bug or have an enhancement request, file an [Issue](https://github.com/openxray/xray-16/issues).

Pull requests appreciated! However, the following things should be taken into consideration:
Expand Down
8 changes: 0 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,3 @@ artifacts:
name: xdOpenXRay.Rx86.7z
- path: res/xdOpenXRay.Rx64.7z
name: xdOpenXRay.Rx64.7z
deploy:
- provider: GitHub
tag: xd$(appveyor_build_version)
release: xdOpenXRay (build $(appveyor_build_version))
description: $(APPVEYOR_REPO_COMMIT_MESSAGE)
artifact: xdOpenXRay.Dx86.7z, xdOpenXRay.Dx64.7z, xdOpenXRay.Mx86.7z, xdOpenXRay.Mx64.7z, xdOpenXRay.Rx86.7z, xdOpenXRay.Rx64.7z
draft: true
force_update: true

0 comments on commit 45bf650

Please sign in to comment.