Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tests/data/pixi_build/cpp-with-git-source/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# pixi environments
.pixi

# The build directory
.build
14 changes: 14 additions & 0 deletions tests/data/pixi_build/cpp-with-git-source/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Simple C++ SDL Example with specified source path

This is a simple pixi demo that showcases how to use C++ and SDL with specified source path.

## How to use?

Make sure you have `pixi` available in your terminal.
Navigate to this directory and run:

```shell

# Start the build executable
pixi run start
```
Loading
Loading