Fixed arm build and windows build server script
This commit is contained in:
parent
12d2663b5a
commit
36f0d9c68a
2 changed files with 4 additions and 3 deletions
|
@ -31,7 +31,7 @@ build_script:
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
- cd c:\xmrigCC
|
- cd c:\xmrigCC
|
||||||
- cmd: 7z a xmrigCC-mvc-win64.zip "c:\xmrigCC\build\Release\*.*" "c:\xmrigCC\src\*config*" "c:\xmrigCC\index.html"
|
- cmd: 7z a xmrigCC-mvc-win64.zip "c:\xmrigCC\build\Release\*.exe" "c:\xmrigCC\src\*config*" "c:\xmrigCC\index.html"
|
||||||
- cmd: dir
|
- cmd: dir
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
|
@ -26,13 +26,14 @@
|
||||||
|
|
||||||
|
|
||||||
#include "Cpu.h"
|
#include "Cpu.h"
|
||||||
|
#include "CpuImpl.h"
|
||||||
|
|
||||||
void CpuImpl::initCommon()
|
void CpuImpl::initCommon()
|
||||||
{
|
{
|
||||||
memcpy(m_brand, "Unknown", 7);
|
memcpy(m_brand, "Unknown", 7);
|
||||||
|
|
||||||
# if defined(XMRIG_ARMv8)
|
# if defined(XMRIG_ARMv8)
|
||||||
m_flags |= X86_64;
|
m_flags |= Cpu::X86_64;
|
||||||
m_flags |= AES;
|
m_flags |= Cpu::AES;
|
||||||
# endif
|
# endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue