forked from Hello_User/mirror-test
Compare commits
11 Commits
main
...
7c1a791769
Author | SHA1 | Date | |
---|---|---|---|
7c1a791769 | |||
4d717b49a3 | |||
b6d0ef9b67 | |||
d85d3b70ba | |||
b948ea574e | |||
bb8d654f2a | |||
403646a1e5 | |||
5384f085d0 | |||
f6c14657f8 | |||
02d2b28523 | |||
0134775247 |
21
.drone.yml
Normal file
21
.drone.yml
Normal 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
|
@@ -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"
|
@@ -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" :
|
||||
{
|
@@ -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
|
||||
|
@@ -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
2
main.cpp
2
main.cpp
@@ -1,5 +1,5 @@
|
||||
#include <iostream>
|
||||
|
||||
int main(){
|
||||
std::cout << "figure it out somehow \n";
|
||||
std::cout << "Get fucked \n";
|
||||
}
|
@@ -1 +1 @@
|
||||
hahahaha
|
||||
hahahahaaaaaaaaa
|
Reference in New Issue
Block a user