mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-09 20:04:47 +01:00
14 lines
107 B
Bash
14 lines
107 B
Bash
|
#!/bin/bash -ex
|
||
|
|
||
|
BRANCH=`echo ${GITHUB_REF##*/}`
|
||
|
|
||
|
|
||
|
|
||
|
cd pineapple-src
|
||
|
|
||
|
ls .
|
||
|
|
||
|
mkdir build && cd build
|
||
|
|
||
|
ls .
|