Compare commits

..

6 Commits

8 changed files with 42 additions and 9 deletions

24
.drone.yml Normal file
View File

@@ -0,0 +1,24 @@
kind: pipeline
type: docker
name: default
trigger:
repo:
include:
- Hello_User/mirror-test
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

1
a.txt Normal file
View File

@@ -0,0 +1 @@
werwer

View File

@@ -139,10 +139,10 @@
},
{
"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"
},
{
@@ -773,6 +773,10 @@
"name" : "CMAKE_RANLIB",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "noop for ranlib"

View File

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

View File

@@ -1,3 +1,5 @@
# 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
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.
CMAKE_BUILD_TYPE:STRING=Debug
//No help, variable specified on the command line.
CMAKE_CXX_COMPILER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/Llvm/x64/bin/clang.exe
//CXX compiler
CMAKE_CXX_COMPILER:STRING=C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/Llvm/x64/bin/clang.exe
//LLVM archiver
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
//Platform information initialized
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//noop for ranlib
CMAKE_RANLIB:INTERNAL=:
//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>
int main(){
std::cout << "figure it out somehow \n";
std::cout << "Stop getting fucked \n";
}