mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-19 16:54:04 -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 .
|