Compare commits

..

4 Commits

Author SHA1 Message Date
TinyAtoms
7afcad994c a 2022-03-28 15:58:14 -03:00
TinyAtoms
9a79a38e78 a 2022-03-28 12:57:10 -03:00
TinyAtoms
f376ac158c a 2022-03-28 12:55:26 -03:00
TinyAtoms
3633e25ce4 aa 2022-03-28 12:49:31 -03:00
6 changed files with 2 additions and 33 deletions

View File

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

0
a
View File

1
a.txt
View File

@ -1 +0,0 @@
werwer

View File

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

View File

@ -1 +1 @@
hahahahaaaaaaaaaa hahahaha

View File

@ -1,6 +0,0 @@
#!/bin/sh
useradd --no-create-home --shell=/bin/sh build && usermod -L build
echo "build ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
echo "root ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers
chown -R build:build /drone/src