forked from Hello_User/mirror-test
Compare commits
4 Commits
252b9adb64
...
7afcad994c
Author | SHA1 | Date | |
---|---|---|---|
|
7afcad994c | ||
|
9a79a38e78 | ||
|
f376ac158c | ||
|
3633e25ce4 |
24
.drone.yml
24
.drone.yml
@ -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
|
2
main.cpp
2
main.cpp
@ -1,5 +1,5 @@
|
||||
#include <iostream>
|
||||
|
||||
int main(){
|
||||
std::cout << "Get fucked \n";
|
||||
std::cout << "tiesto \n";
|
||||
}
|
@ -1 +1 @@
|
||||
hahahahaaaaaaaaaa
|
||||
hahahaha
|
@ -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
|
Loading…
Reference in New Issue
Block a user