xref: /third_party/mesa3d/.gitlab-ci/container/build-fossilize.sh
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/mesa3d/.gitlab-ci/container/
1bf215546Sopenharmony_ci#!/bin/bash
2bf215546Sopenharmony_ci
3bf215546Sopenharmony_ciset -ex
4bf215546Sopenharmony_ci
5bf215546Sopenharmony_cigit clone https://github.com/ValveSoftware/Fossilize.git
6bf215546Sopenharmony_cicd Fossilize
7bf215546Sopenharmony_cigit checkout 16fba1b8b5d9310126bb02323d7bae3227338461
8bf215546Sopenharmony_cigit submodule update --init
9bf215546Sopenharmony_cimkdir build
10bf215546Sopenharmony_cicd build
11bf215546Sopenharmony_cicmake -S .. -B . -G Ninja -DCMAKE_BUILD_TYPE=Release
12bf215546Sopenharmony_cininja -C . install
13bf215546Sopenharmony_cicd ../..
14bf215546Sopenharmony_cirm -rf Fossilize
15

Indexes created Thu Nov 07 10:32:03 CST 2024