Compare commits

..

11 Commits

10 changed files with 40 additions and 10 deletions

21
.drone.yml Normal file
View File

@@ -0,0 +1,21 @@
kind: pipeline
type: docker
name: default
trigger:
event:
- push
steps:
- name: Fetch Upstream
image: archlinux:base-devel
commands:
- git remote add upstream https://git.tau.aperturect.com/Hello_User/mirror-test.git
- git fetch upstream
- git merge upstream/main
- git push
- name: Build linux-vfio
image: archlinux:base-devel
commands:
- pacman -Syu --noconfirm
- MAKEFLAGS="-j$(nproc)" makepkg --syncdeps

0
a Normal file
View File

1
a.txt Normal file
View File

@@ -0,0 +1 @@
werwer

View File

@@ -139,10 +139,10 @@
}, },
{ {
"name" : "HELPSTRING", "name" : "HELPSTRING",
"value" : "No help, variable specified on the command line." "value" : "CXX compiler"
} }
], ],
"type" : "FILEPATH", "type" : "STRING",
"value" : "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/Llvm/x64/bin/clang.exe" "value" : "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/Llvm/x64/bin/clang.exe"
}, },
{ {
@@ -773,6 +773,10 @@
"name" : "CMAKE_RANLIB", "name" : "CMAKE_RANLIB",
"properties" : "properties" :
[ [
{
"name" : "ADVANCED",
"value" : "1"
},
{ {
"name" : "HELPSTRING", "name" : "HELPSTRING",
"value" : "noop for ranlib" "value" : "noop for ranlib"

View File

@@ -35,7 +35,7 @@
} }
}, },
{ {
"jsonFile" : "cache-v2-137b8c0a21010a3a01a4.json", "jsonFile" : "cache-v2-397ae5ffd5bdf312f93f.json",
"kind" : "cache", "kind" : "cache",
"version" : "version" :
{ {
@@ -77,7 +77,7 @@
"responses" : "responses" :
[ [
{ {
"jsonFile" : "cache-v2-137b8c0a21010a3a01a4.json", "jsonFile" : "cache-v2-397ae5ffd5bdf312f93f.json",
"kind" : "cache", "kind" : "cache",
"version" : "version" :
{ {

View File

@@ -1,3 +1,5 @@
# ninja log v5 # ninja log v5
0 736 6701803708622022 CMakeFiles/mirror-test.dir/main.cpp.obj dfb79aae5b2c138d
738 888 6701803710372044 mirror-test.exe 343e8e4a47f4b03d
1 559 6701804198966472 CMakeFiles/mirror-test.dir/main.cpp.obj dfb79aae5b2c138d 1 559 6701804198966472 CMakeFiles/mirror-test.dir/main.cpp.obj dfb79aae5b2c138d
560 687 6701804200216175 mirror-test.exe 343e8e4a47f4b03d 560 687 6701804200216175 mirror-test.exe 343e8e4a47f4b03d

View File

@@ -23,8 +23,8 @@ CMAKE_AR:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/
//No help, variable specified on the command line. //No help, variable specified on the command line.
CMAKE_BUILD_TYPE:STRING=Debug CMAKE_BUILD_TYPE:STRING=Debug
//No help, variable specified on the command line. //CXX compiler
CMAKE_CXX_COMPILER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/Llvm/x64/bin/clang.exe CMAKE_CXX_COMPILER:STRING=C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/Llvm/x64/bin/clang.exe
//LLVM archiver //LLVM archiver
CMAKE_CXX_COMPILER_AR:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/Llvm/x64/bin/llvm-ar.exe CMAKE_CXX_COMPILER_AR:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/Llvm/x64/bin/llvm-ar.exe
@@ -311,6 +311,8 @@ CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//Platform information initialized //Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//noop for ranlib //noop for ranlib
CMAKE_RANLIB:INTERNAL=: CMAKE_RANLIB:INTERNAL=:
//ADVANCED property for variable: CMAKE_RC_COMPILER //ADVANCED property for variable: CMAKE_RC_COMPILER

File diff suppressed because one or more lines are too long

View File

@@ -1,5 +1,5 @@
#include <iostream> #include <iostream>
int main(){ int main(){
std::cout << "figure it out somehow \n"; std::cout << "Get fucked \n";
} }

View File

@@ -1 +1 @@
hahahaha hahahahaaaaaaaaa