mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-02-17 22:33:08 -05: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 .
|