Skip to main content

Build Settings

Configure your project's build environment and monitor execution logs in real-time.

Accessing Build Settings

  1. Navigate to your project

Project Settings Overview Project settings interface showing the Build section in the left sidebar

  1. Click on the Settings tab
  2. Select Build from the left sidebar

Settings Navigation Navigate to your project and access the Settings tab to configure build options

Configuration Options

Build Settings Interface Build settings interface showing runner selection, command configuration, and execution options

Runner Selection

First if you haven't already Set up Artemis Custom Runner. Choose a runner that will execute all commands for your project. The selected runner will handle:

  • Code compilation
  • Unit tests
  • Performance benchmarks

Command Configuration

Configure specific commands for different stages of your project:

  • Compilation: Set up build commands for your project
  • Unit Tests: Define test execution commands
  • Benchmarks: Configure performance testing commands

Each command can be customized with proper parameters specific to your project's needs.

Monitoring Execution

Logs Interface Logs interface showing compilation and performance test outputs with filtering options

Build Logs

Access real-time logs for all build operations:

  • View compilation output
  • Monitor build progress
  • Debug compilation errors

Performance Logs

Track benchmark and performance test results:

  • Review test execution details
  • Monitor performance metrics
  • Analyze benchmark scores

Log Features

  • Filter by Status: Filter logs based on their execution status
  • Scrollable Interface: Navigate through extensive log outputs
  • Real-time Updates: View logs as commands execute

Usage Tips

  • Configure runners before executing commands
  • Use the logs section to troubleshoot build issues
  • Monitor performance logs to track code optimization progress
  • Filter logs to focus on specific types of operations

Next Steps

After configuring build settings:

validate your new code versions with these commands