mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-25 07:28:25 -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 .
|